IfcSegment

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC1 to IFC4x3_RC2
    IfcSegmentADDED
Semantic definitions at the entity
Entity definition

Definition of a curve segment with a trimming mechanism built in with a StartPlacement (first point) and SegmentLength (second point).

Attribute definitions
#AttributeTypeCardinalityDescription G
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
Inherited definitions from supertypes
Entity inheritance IfcCompositeCurveSegment IfcCurveSegment 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
Formal representations
XML Specification
 <xs:element name="IfcSegment" type="ifc:IfcSegment" abstract="true" substitutionGroup="ifc:IfcGeometricRepresentationItem" nillable="true"/>
 <xs:complexType name="IfcSegment" abstract="true">
  <xs:complexContent>
   <xs:extension base="ifc:IfcGeometricRepresentationItem">
    <xs:attribute name="Transition" type="ifc:IfcTransitionCode" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcSegment
 ABSTRACT SUPERTYPE OF(ONEOF(IfcCompositeCurveSegment, IfcCurveSegment))
 SUBTYPE OF (IfcGeometricRepresentationItem);
  Transition : IfcTransitionCode;
 INVERSE
  UsingCurves : SET [1:?] OF IfcCompositeCurve FOR Segments;
 DERIVE
  Dim : IfcDimensionCount := IfcSegmentDim(SELF);
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCompositeCurve

Link to this page  Link to this page