ifc:IfcFillAreaStyleHatching

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
HatchLineAngle ifc:IfcPlaneAngleMeasure 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="IfcFillAreaStyleHatching">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGeometricRepresentationItem">
      <xs:sequence>
        <xs:element name="HatchLineAppearance" type="ifc:IfcCurveStyle" nillable="true"/>
        <xs:element name="StartOfNextHatchLine">
          <xs:complexType>
            <xs:group ref="ifc:IfcHatchLineDistanceSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="PointOfReferenceHatchLine" type="ifc:IfcCartesianPoint" nillable="true" minOccurs="0"/>
        <xs:element name="PatternStart" type="ifc:IfcCartesianPoint" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="HatchLineAngle" type="ifc:IfcPlaneAngleMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>