8.9.3.57 IfcReparametrisedCompositeCurveSegment
8.9.3.57.1 Semantic definition
The IfcReparametrisedCompositeCurveSegment is geometrically identical to a IfcCompositeCurveSegment but with the additional capability of reparametrization.
8.9.3.57.2 Entity inheritance
-
- IfcSegment
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcCurve
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.57.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
LayerAssignment | SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems |
Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items. |
|
StyledByItem | SET [0:1] OF IfcStyledItem FOR Item |
Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve. |
|
IfcSegment (2) | |||
1 | Transition | IfcTransitionCode |
Connectivity between the continuous segments is not enforced per se to be tangential. Setting "TangentialContinuity" to True means that the current segment shall continue with tangential continuity to the previous one. |
UsingCurves | SET [1:?] OF IfcCompositeCurve FOR Segments |
The set of composite curves which use this composite curve segment as a segment. This set shall not be empty. |
|
IfcCompositeCurveSegment (3) | |||
2 | SameSense | IfcBoolean |
An indicator of whether or not the sense of the segment agrees with, or opposes, that of the parent curve. If SameSense is false, the point with highest parameter value is taken as the first point of the segment. |
3 | ParentCurve | IfcCurve |
The bounded curve which defines the geometry of the segment. |
* | Dim | IfcDimensionCount |
This attribute is formally derived.
The space dimensionality of this class, defined by the dimensionality of the first ParentCurve. |
Click to show 7 hidden inherited attributes Click to hide 7 inherited attributes | |||
IfcReparametrisedCompositeCurveSegment (1) | |||
4 | ParamLength | IfcParameterValue |
No description available. |
8.9.3.57.4 Formal propositions
Name | Description |
---|---|
PositiveLengthParameter |
The ParamLength shall be greater than zero. |
|
8.9.3.57.5 Formal representation
ENTITY IfcReparametrisedCompositeCurveSegment
SUBTYPE OF (IfcCompositeCurveSegment);
ParamLength : IfcParameterValue;
WHERE
PositiveLengthParameter : ParamLength > 0.0;
END_ENTITY;