ifc:IfcRightCircularCylinder

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Height ifc:IfcPositiveLengthMeasure optional
Radius ifc:IfcPositiveLengthMeasure 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="IfcRightCircularCylinder">
  <xs:complexContent>
    <xs:extension base="ifc:IfcCsgPrimitive3D">
      <xs:attribute name="Height" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="Radius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>