Curve Or Edge Curve |
IfcCurveOrEdgeCurve provides the option to either select a geometric curve (IfcCurve and subtypes) within a geometric model, or a curve with associated geometry and coordinates (IfcEdgeCurve) within a topological model.
HISTORY New select type in IFC2x3.
Constant | Description |
---|---|
IfcBoundedCurve | |
IfcEdgeCurve |
<xs:group name="IfcCurveOrEdgeCurve">
<xs:choice>
<xs:element ref="ifc:IfcBoundedCurve"/>
<xs:element ref="ifc:IfcEdgeCurve"/>
</xs:choice>
</xs:group>
TYPE IfcCurveOrEdgeCurve = SELECT (
IfcBoundedCurve,
IfcEdgeCurve);
END_TYPE;