Presentation Style Select | |
Sélection du style de présentation |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 |
---|---|---|---|---|
IfcPresentationStyleSelect | ||||
IfcSymbolStyle | X | X | DELETED | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 |
IfcPresentationStyleSelect | MODIFIED | Status changed to Deprecated. | IFC4x1 Final 4.1.0.0 | |
IfcPresentationStyleSelect | MODIFIED | Status changed from Deprecated. | IFC2x3 to IFC4 4.0.0.0 | |
IfcPresentationStyleSelect | ||||
IfcSymbolStyle | X | X | DELETED | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 |
IfcPresentationStyleSelect | MODIFIED | Status changed to Deprecated. | IFC4x1 Final 4.1.0.0 | |
IfcPresentationStyleSelect | MODIFIED | Status changed from Deprecated. |
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.
Type | Description |
---|---|
IfcNullStyle | |
IfcCurveStyle | |
IfcFillAreaStyle | |
IfcTextStyle | |
IfcSurfaceStyle |
<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>
TYPE IfcPresentationStyleSelect = SELECT (
IfcNullStyle,
IfcCurveStyle,
IfcFillAreaStyle,
IfcTextStyle,
IfcSurfaceStyle);
END_TYPE;
References: IfcPresentationStyleAssignment