Class Ifc4x2::IfcPropertySetDefinition¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcPropertyDefinition
(Class Ifc4x2::IfcPropertyDefinition)
Derived Types¶
public Ifc4x2::IfcPreDefinedPropertySet
(Class Ifc4x2::IfcPreDefinedPropertySet)public Ifc4x2::IfcPropertySet
(Class Ifc4x2::IfcPropertySet)public Ifc4x2::IfcQuantitySet
(Class Ifc4x2::IfcQuantitySet)
Class Documentation¶
-
class
Ifc4x2
::
IfcPropertySetDefinition
: public Ifc4x2::IfcPropertyDefinition¶ IfcPropertySetDefinition is a generalization of all individual property sets that can be assigned to an object or type object. The property set definition can be either:
Dynamically extendable property sets - IfcPropertySet, a set of properties for which the IFC model only provides a kind of “meta model”, to be further declared by agreement. This means no entity definition of the properties exists within the IFC model. The declaration is done by assigning a significant string value to the Name attribute of the entity as defined in the entity IfcPropertySet and at each subtype of IfcProperty, referenced by the property set. Dynamically defined property sets may have an underlying template provided by IfcPropertySetTemplate. Statically defined property sets - IfcPreDefinedPropertySet, a property set entity that exists within the IFC specification. The semantic meaning of each statically defined property set is declared by its entity type and the meaning of the properties is defined by the name and data type of the explicit attribute representing it.
HISTORY New Entity in IFC Release 2x
IFC2x4 CHANGE The subtype IfcPreDefinedPropertySet has been added.
Relationship use definition Property set definitions define information that is shared among multiple instances of objects, either object occurrences or object types. IfcPropertySetDefinition’s (by their instantiable subtypes) can participated within the following relationships:
Assignment to object types - an DefinesType direct relationship to IfcTypeObject that applies the property set, with all included properties, to the object type. Those properties apply to all object occurrences having the same object type. Assignment to object occurrences - an DefinesOccurrence relationship to IfcRelDefinesByProperties that applies the property set, with all included properties, to the object occurrence.
NOTE Properties assigned to object occurrences may override properties assigned to the object type. See IfcRelDefinesByType for further information.
Subclassed by Ifc4x2::IfcPreDefinedPropertySet, Ifc4x2::IfcPropertySet, Ifc4x2::IfcQuantitySet
Public Types
-
typedef IfcTemplatedEntityList<IfcPropertySetDefinition>
list
¶
Public Functions
-
IfcTemplatedEntityList<IfcTypeObject>::ptr
DefinesType
() const¶
-
IfcTemplatedEntityList<IfcRelDefinesByTemplate>::ptr
IsDefinedBy
() const¶
-
IfcTemplatedEntityList<IfcRelDefinesByProperties>::ptr
DefinesOccurrence
() const¶
-
IfcPropertySetDefinition
(IfcEntityInstanceData *e)¶
-
IfcPropertySetDefinition
(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description)¶
-
typedef IfcTemplatedEntityList<IfcPropertySetDefinition>