Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcPresentationStyleSelect

Definition from ISO/CD 10303-46:1992: The presentation style select is a selection of one of many kinds of styles, a different one for each kind of geometric representation item to be styled.

NOTE Corresponding STEP name: presentation_style_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 IfcPresentationStyleSelect = SELECT
( IfcNullStyle,
IfcCurveStyle,
IfcSymbolStyle,
IfcFillAreaStyle,
IfcTextStyle,
IfcSurfaceStyle);
END_TYPE;