
IfcTrimmingPreference
Definition from 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 Corresponding STEP type:
trimming_preference, please refer to ISO/IS 10303-42:1994, p. 18 for the final
definition of the formal standard.
HISTORY New Type in IFC Release
1.0
ENUMERATION
- Cartesian Indicates that trimming by Cartesian point is
preferred.
- Parameter Indicates the preference for the parameter
value.
- Unspecified Indicates that no preference is communicated.
EXPRESS specification:
|
|
| TYPE IfcTrimmingPreference = ENUMERATION OF
|
|
|
| (
|
CARTESIAN, PARAMETER, UNSPECIFIED);
|
|
|