Teilkante - Topologie | |
Subedge | |
Sous arête |
NOTE Definition according to ISO/CD 10303-42:1992
A subedge is an edge whose domain is a connected portion of the domain of an existing edge. The topological constraints on a subedge are the same as those on an edge.
NOTE Entity adapted from subedge defined in ISO 10303-42.
HISTORY New entity in IFC2x2.
Informal Propositions:
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
3 | ParentEdge | IfcEdge | [1:1] | The Edge, or Subedge, which contains the Subedge. | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @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. | X | |
StyledByItem | IfcStyledItem @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. | X | |
IfcTopologicalRepresentationItem | |||||
IfcEdge | |||||
1 | EdgeStart | IfcVertex | [1:1] | Start point (vertex) of the edge. | X |
2 | EdgeEnd | IfcVertex | [1:1] | End point (vertex) of the edge. The same vertex can be used for both EdgeStart and EdgeEnd. | X |
IfcSubedge | |||||
3 | ParentEdge | IfcEdge | [1:1] | The Edge, or Subedge, which contains the Subedge. | X |
<xs:element name="IfcSubedge" type="ifc:IfcSubedge" substitutionGroup="ifc:IfcEdge" nillable="true"/>
<xs:complexType name="IfcSubedge">
<xs:complexContent>
<xs:extension base="ifc:IfcEdge">
<xs:sequence>
<xs:element name="ParentEdge" type="ifc:IfcEdge" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>