ifc:IfcSurfaceCurveSweptAreaSolid

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
EndParam ifc:IfcParameterValue optional
StartParam ifc:IfcParameterValue optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcSurfaceCurveSweptAreaSolid">
  <xs:complexContent>
    <xs:extension base="ifc:IfcSweptAreaSolid">
      <xs:sequence>
        <xs:element name="Directrix" type="ifc:IfcCurve" nillable="true"/>
        <xs:element name="ReferenceSurface" type="ifc:IfcSurface" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="StartParam" type="ifc:IfcParameterValue" use="optional"/>
      <xs:attribute name="EndParam" type="ifc:IfcParameterValue" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>