Navigation

IfcCharacterSpacingSelect

Definition from ISO/CD 10303-46:1992: The character spacing select is a selection between a length measure and a ratio measure.

NOTE Corresponding STEP name: character_spacing_select. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New type in Release IFC2x 2nd Edition.

EXPRESS specification:

TYPE IfcCharacterSpacingSelect = SELECT
( IfcRatioMeasure,
IfcLengthMeasure,
IfcMeasureWithUnit);
END_TYPE;