Class Ifc4x3_rc1::IfcRelDefines¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcRelationship
(Class Ifc4x3_rc1::IfcRelationship)
Derived Types¶
public Ifc4x3_rc1::IfcRelDefinesByObject
(Class Ifc4x3_rc1::IfcRelDefinesByObject)public Ifc4x3_rc1::IfcRelDefinesByProperties
(Class Ifc4x3_rc1::IfcRelDefinesByProperties)public Ifc4x3_rc1::IfcRelDefinesByTemplate
(Class Ifc4x3_rc1::IfcRelDefinesByTemplate)public Ifc4x3_rc1::IfcRelDefinesByType
(Class Ifc4x3_rc1::IfcRelDefinesByType)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcRelDefines
: public Ifc4x3_rc1::IfcRelationship¶ A generic and abstract relationship which subtypes are used to:
assign a object type to an object occurrence assign a property set to an object instance assign a property set template to a property set
EXAMPLE Several instances of windows within the IFC project model may be of the same (catalogue or manufacturer) type. Thereby they share the same properties. This relationship is established by the subtype IfcRelDefinesByType of IfcRelDefines relationship assigning an IfcWindowStyle to multiple occurrences IfcWindow.
EXAMPLE The (same) property set, e.g. Pset_ProductManufacturerInfo, keeping the manufacturer name, label and production year of a product, can be assigned to one, or many instances of furnishing. This relationship is established by the subtype IfcRelDefinesByProperties of IfcRelDefines relationship assigning an IfcPropertySet to one or more instances of IfcFurnishingElement.
HISTORY New entity in IFC2x.
IFC2x4 CHANGE The attribute RelatedObjects had been demoted to the subtypes IfcRelDefinesByProperties and IfcRelDefinesByType.
Subclassed by Ifc4x3_rc1::IfcRelDefinesByObject, Ifc4x3_rc1::IfcRelDefinesByProperties, Ifc4x3_rc1::IfcRelDefinesByTemplate, Ifc4x3_rc1::IfcRelDefinesByType
Public Types
-
typedef IfcTemplatedEntityList<IfcRelDefines>
list
¶
Public Functions
-
IfcRelDefines
(IfcEntityInstanceData *e)¶
-
IfcRelDefines
(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description)¶
-
typedef IfcTemplatedEntityList<IfcRelDefines>