Class Ifc2x3::IfcSymbolStyle¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcPresentationStyle
(Class Ifc2x3::IfcPresentationStyle)
Class Documentation¶
-
class
Ifc2x3
::
IfcSymbolStyle
: public Ifc2x3::IfcPresentationStyle¶ Definition from ISO/CD 10303-46:1992: The symbol style is the presentation style that indicates the presentation of annotation symbols.
NOTE: Corresponding ISO 10303 name: symbol_style. Please refer to ISO/IS 10303-46:1994, p. 124 for the final definition of the formal standard.
HISTORY: New entity in Release IFC2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcSymbolStyle>
list
¶
Public Functions
-
::Ifc2x3::IfcSymbolStyleSelect *
StyleOfSymbol
() const¶ The style applied to the symbol for its visual appearance.
-
void
setStyleOfSymbol
(::Ifc2x3::IfcSymbolStyleSelect *v)¶
-
IfcSymbolStyle
(IfcEntityInstanceData *e)¶
-
IfcSymbolStyle
(boost::optional<std::string> v1_Name, ::Ifc2x3::IfcSymbolStyleSelect *v2_StyleOfSymbol)¶
-
typedef IfcTemplatedEntityList<IfcSymbolStyle>