IfcTrimmingPreference

Natural language names
enTrimming Preference
frPréférence de rognage
Semantic definitions at the type
Type definition

The IfcTrimmingPreference indicates the preferred way of trimming.

NOTE  Definition according to ISO/CD 10303-42:1992
This type is used to describe the preferred way of trimming a parametric curve where the trimming is multiply defined.
NOTE  Type adapted from trimming_preference defined in ISO 10303-42.
HISTORY  New Type in IFC1.0
Enumeration definition
ConstantDescription
CARTESIANIndicates that trimming by Cartesian point is preferred.
PARAMETERIndicates the preference for the parameter value.
UNSPECIFIEDIndicates that no preference is communicated.
Formal representations
XSD Specification
 <xs:simpleType name="IfcTrimmingPreference">
  <xs:restriction base="xs:string">
   <xs:enumeration value="cartesian"/>
   <xs:enumeration value="parameter"/>
   <xs:enumeration value="unspecified"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTrimmingPreference = ENUMERATION OF (
 CARTESIAN,
 PARAMETER,
 UNSPECIFIED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page