IfcLayerSetDirectionEnum

Natural language names
enLayer Set Direction Enum
Semantic definitions at the type
Type definition

IfcLayerSetDirectionEnum provides identification of the axis of element geometry, denoting the layer set thickness direction, or direction of layer offsets.

HISTORY  New Type in IFC2x.
Enumeration definition
ConstantDescription
AXIS1Usually x-axis.
AXIS2Usually y-axis.
AXIS3Usually z-axis.
Formal representations
XSD Specification
 <xs:simpleType name="IfcLayerSetDirectionEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="axis1"/>
   <xs:enumeration value="axis2"/>
   <xs:enumeration value="axis3"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcLayerSetDirectionEnum = ENUMERATION OF (
 AXIS1,
 AXIS2,
 AXIS3);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page