Class Ifc4x1::IfcRelDefinesByProperties¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public Ifc4x1::IfcRelDefines
(Class Ifc4x1::IfcRelDefines)
Class Documentation¶
-
class
Ifc4x1
::
IfcRelDefinesByProperties
: public Ifc4x1::IfcRelDefines¶ The objectified relationship IfcRelDefinesByProperties defines the relationships between property set definitions and objects. Properties are aggregated in property sets. Property sets can be either directly assigned to occurrence objects using this relationship, or assigned to an object type and assigned via that type to occurrence objects. The IfcRelDefinesByProperties is a 1-to-N relationship, as it allows for the assignment of one property set to a single or to many objects. Those objects then share the same property definition.
HISTORY New Entity in IFC Release 2.0. Has been renamed from IfcRelAssignsProperties in IFC Release 2x.
IFC2x4 CHANGE The attribute RelatedObjects had been demoted from the supertype IfcRelDefines to IfcRelDefinesByProperties.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelDefinesByProperties>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc4x1::IfcObjectDefinition>::ptr
RelatedObjects
() const¶ Reference to the objects (or single object) to which the property definition applies.
-
void
setRelatedObjects
(IfcTemplatedEntityList<::Ifc4x1::IfcObjectDefinition>::ptr v)¶
-
::Ifc4x1::IfcPropertySetDefinitionSelect *
RelatingPropertyDefinition
() const¶ Reference to the property set definition for that object or set of objects.
-
void
setRelatingPropertyDefinition
(::Ifc4x1::IfcPropertySetDefinitionSelect *v)¶
-
IfcRelDefinesByProperties
(IfcEntityInstanceData *e)¶
-
IfcRelDefinesByProperties
(std::string v1_GlobalId, ::Ifc4x1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc4x1::IfcObjectDefinition>::ptr v5_RelatedObjects, ::Ifc4x1::IfcPropertySetDefinitionSelect *v6_RelatingPropertyDefinition)¶
-
typedef IfcTemplatedEntityList<IfcRelDefinesByProperties>