IfcPresentationStyleSelect

Natural language names
Presentation Style Select
Sélection du style de présentation
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcPresentationStyleSelect
      IfcSymbolStyleXXDELETED
Semantic definitions at the type
Type definition

The IfcPresentationStyleSelect provides for the selection between different presentation styles to be assigned to a styled item.

NOTE  Definition according to 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  Type adapted from presentation_style_select defined in ISO10303-46.
HISTORY  New select type in IFC2x2.
DEPRECATION  The select type has been deprecated.
Select definition
TypeDescription
IfcNullStyle
IfcCurveStyle
IfcFillAreaStyle
IfcTextStyle
IfcSurfaceStyle
Formal representations
XML Specification
 <xs:group name="IfcPresentationStyleSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcCurveStyle"/>
   <xs:element ref="ifc:IfcFillAreaStyle"/>
   <xs:element ref="ifc:IfcNullStyle-wrapper"/>
   <xs:element ref="ifc:IfcSurfaceStyle"/>
   <xs:element ref="ifc:IfcTextStyle"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcPresentationStyleSelect = SELECT (
 IfcNullStyle,
 IfcCurveStyle,
 IfcFillAreaStyle,
 IfcTextStyle,
 IfcSurfaceStyle);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcPresentationStyleAssignment

Link to this page  Link to this page