Class Ifc4::IfcPresentationStyleAssignment¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc4
::
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>