IfcCurveSegment

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC1 to IFC4x3_RC2
    IfcCurveSegmentADDED
IFC4x3_RC2 to IFC4x3_RC3
    IfcCurveSegment
      UsingCurvesADDED
IFC4x3_RC2 Update
    IfcCurveSegment
      PlacementXMODIFIEDName changed from StartPlacement to Placement.
      SegmentStartXMODIFIEDName changed from SegmentLength to SegmentStart.
      SegmentLengthXXMODIFIEDName changed from ParentCurve to SegmentLength.
Type changed from IfcCurve to IfcCurveMeasureSelect.
      ParentCurveADDED
Semantic definitions at the entity
Entity definition

A type of segment positioned along a curve cutting a segment from the parent curve. The positioning curve (StartPlacement.PlacementMeasuredAlong) does not neccessarly correspond with the ParentCurve.

Attribute definitions
#AttributeTypeCardinalityDescription G
2PlacementIfcPlacement Placement in the context of the curve using this segment. As insertion point SegmentStart is the reference point of Placement. RefDirection of Placement also specifies the sense of the trimmed segment of ParentCurve. RefDirection is bound to the paramettrization sense of the segment. X
3SegmentStartIfcCurveMeasureSelect First trimming point of the curve segment on the ParentCurve. This point is used as the insertion point into the segmented, gradient or composite curve using this segment. X
4SegmentLengthIfcCurveMeasureSelect Length of segment measured as length or parameter value from SegmentStart. The sign of this value defines the sense agreement. X
5ParentCurveIfcCurve Curve to be used as base for the segment definition. X
Inherited definitions from supertypes
Entity inheritance IfcSegment IfcGeometricRepresentationItem IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]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.
IFC2x3 CHANGE  The inverse attribute LayerAssignments has been added.
IFC4 CHANGE  The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE  The inverse attribute StyledByItem has been added.
X
IfcGeometricRepresentationItem
IfcSegment
1TransitionIfcTransitionCode 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. X
UsingCurvesIfcCompositeCurve
@Segments
S[1:?]The set of composite curves which use this composite curve segment as a segment. This set shall not be empty. X
Dim
:=IfcSegmentDim(SELF)
IfcDimensionCountThe space dimensionality of this class, defined by the dimensionality of the first ParentCurve. X
IfcCurveSegment
2PlacementIfcPlacement Placement in the context of the curve using this segment. As insertion point SegmentStart is the reference point of Placement. RefDirection of Placement also specifies the sense of the trimmed segment of ParentCurve. RefDirection is bound to the paramettrization sense of the segment. X
3SegmentStartIfcCurveMeasureSelect First trimming point of the curve segment on the ParentCurve. This point is used as the insertion point into the segmented, gradient or composite curve using this segment. X
4SegmentLengthIfcCurveMeasureSelect Length of segment measured as length or parameter value from SegmentStart. The sign of this value defines the sense agreement. X
5ParentCurveIfcCurve Curve to be used as base for the segment definition. X
Formal representations
XML Specification
 <xs:element name="IfcCurveSegment" type="ifc:IfcCurveSegment" substitutionGroup="ifc:IfcSegment" nillable="true"/>
 <xs:complexType name="IfcCurveSegment">
  <xs:complexContent>
   <xs:extension base="ifc:IfcSegment">
    <xs:sequence>
     <xs:element name="Placement" type="ifc:IfcPlacement" nillable="true"/>
     <xs:element name="SegmentStart">
      <xs:complexType>
       <xs:group ref="ifc:IfcCurveMeasureSelect"/>
      </xs:complexType>
     </xs:element>
     <xs:element name="SegmentLength">
      <xs:complexType>
       <xs:group ref="ifc:IfcCurveMeasureSelect"/>
      </xs:complexType>
     </xs:element>
     <xs:element name="ParentCurve" type="ifc:IfcCurve" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcCurveSegment
 SUBTYPE OF (IfcSegment);
  Placement : IfcPlacement;
  SegmentStart : IfcCurveMeasureSelect;
  SegmentLength : IfcCurveMeasureSelect;
  ParentCurve : IfcCurve;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page