![]()  | 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 (Ifc__EdgeCurve) within a topological model.
HISTORY New select type in IFC2x3.
| Type | 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;
  References: IfcConnectionCurveGeometry