Class Ifc2x3::IfcPresentationStyleAssignment¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3
::
IfcPresentationStyleAssignment
: public IfcUtil::IfcBaseEntity¶ Definition from ISO/CD 10303-46:1992: The presentation style assignment is a set of styles which are assigned to styled items for the purpose of presenting these styled items.
NOTE Corresponding ISO 10303 name: presentation_style_assignment. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.
HISTORY New entity in Release IFC2x2.
Public Types
-
typedef IfcTemplatedEntityList<IfcPresentationStyleAssignment>
list
¶
Public Functions
-
IfcEntityList::ptr
Styles
() const¶ A set of presentation styles that are assigned to styled items.
-
void
setStyles
(IfcEntityList::ptr v)¶
-
IfcPresentationStyleAssignment
(IfcEntityInstanceData *e)¶
-
IfcPresentationStyleAssignment
(IfcEntityList::ptr v1_Styles)¶
-
typedef IfcTemplatedEntityList<IfcPresentationStyleAssignment>