Class Ifc2x3::IfcRelDefines¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelationship
(Class Ifc2x3::IfcRelationship)
Derived Types¶
public Ifc2x3::IfcRelDefinesByProperties
(Class Ifc2x3::IfcRelDefinesByProperties)public Ifc2x3::IfcRelDefinesByType
(Class Ifc2x3::IfcRelDefinesByType)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelDefines
: public Ifc2x3::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 Ifc2x3::IfcRelDefinesByProperties, Ifc2x3::IfcRelDefinesByType
Public Types
-
typedef IfcTemplatedEntityList<IfcRelDefines>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc2x3::IfcObject>::ptr
RelatedObjects
() const¶
-
void
setRelatedObjects
(IfcTemplatedEntityList<::Ifc2x3::IfcObject>::ptr v)¶
-
IfcRelDefines
(IfcEntityInstanceData *e)¶
-
IfcRelDefines
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc2x3::IfcObject>::ptr v5_RelatedObjects)¶
-
typedef IfcTemplatedEntityList<IfcRelDefines>