8.9.3.34 IfcGradientCurve
8.9.3.34.1 Semantic definition
Gradient curve is a type of curve 3D curve representation that is based on its 2D projection (BaseCurve) and a height defined by its gradient segments which can be derived from a function that retrieves it from the segment start height, its placement and the ParentCurve instance and the type of the ParentCurve.
The parametrization of the gradient curve is based on the underlying segments of its BaseCurve. The value of the parameter equals the parameter value of BaseCurve.
8.9.3.34.2 Entity inheritance
-
- IfcCurve
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.34.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
IfcCurve (1) | |||
IfcCompositeCurve (4) | |||
Click to show 7 hidden inherited attributes Click to hide 7 inherited attributes | |||
IfcGradientCurve (2) | |||
3 | BaseCurve | IfcBoundedCurve |
Base curve also the 2D projection of gradient curve. |
4 | EndPoint | OPTIONAL IfcPlacement |
End point of gradient curve. |
8.9.3.34.4 Examples
8.9.3.34.5 Formal representation
ENTITY IfcGradientCurve SUBTYPE OF (IfcCompositeCurve); BaseCurve : IfcBoundedCurve; EndPoint : OPTIONAL IfcPlacement; END_ENTITY;