IfcAlignmentTransformEnum

Natural language names
Semantic definitions at the type
Type definition

Indicates how an element may be transformed when placed along an alignment.

Enumeration definition
ConstantDescription
PLACEElement is placed such that the local position corresponds to the point along the referenced curve, such that any components retain their relative cartesian positions and no geometry is transformed.
CHAINElement is placed at the global origin, and geometry at the element and components is transformed by mapped item corresponding to the point along the referenced curve.
WARPSame behavior as CHAIN, except any axis-driven parametric geometry (having an 'Axis' representation) is transformed to follow the alignment curve.
Formal representations
XSD Specification
 <xs:simpleType name="IfcAlignmentTransformEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="place"/>
   <xs:enumeration value="chain"/>
   <xs:enumeration value="warp"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAlignmentTransformEnum = ENUMERATION OF (
 PLACE,
 CHAIN,
 WARP);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page