8.9.2.13 IfcTrimmingPreference
8.9.2.13.1 Semantic definition
The IfcTrimmingPreference indicates the preferred way of trimming.
8.9.2.13.2 Type values
Type | Description |
---|---|
CARTESIAN
|
Indicates that trimming by Cartesian point is preferred. |
PARAMETER
|
Indicates the preference for the parameter value. |
UNSPECIFIED
|
Indicates that no preference is communicated. |
8.9.2.13.3 Formal representation
TYPE IfcTrimmingPreference = ENUMERATION OF
(CARTESIAN
,PARAMETER
,UNSPECIFIED);
END_TYPE;