Class Ifc2x3::IfcRelAssignsToProduct¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelAssigns
(Class Ifc2x3::IfcRelAssigns)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelAssignsToProduct
: public Ifc2x3::IfcRelAssigns¶ The objectified relationshipIfcRelAssignsToProduct handles the assignment of objects (subtypes of IfcObject) to a product (subtypes of IfcProduct). The Name attribute should be used to classify the usage of the IfcRelAssignsToProduct objectified relationship. The following Name values are proposed:
‘Context’ : Assignment of a context specific representation, such as of structural members to a different context representation (with potentially different decomposition breakdown) such as of building elementsfor a specificcontext specific representation. ‘View’ : Assignment of a product (via RelatingProduct) that is decomposed according to a discipline view, to another product (via RelatedObjects) that is decomposed according to a different discipline view. An example is the assignment of the architectural slab to a different decomposition of the pre manufactured sections of a slab (under a precast concrete discipline view).
HISTORY New Entity in IFC Release 2x
IFC2x3 CHANGE The reference of a product within a spatial structure is now handled by a new relationship object IfcRelReferencedInSpatialStructure. The IfcRelAssignsToProduct shall not be used to represent this relation from IFC2x3 onwards.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAssignsToProduct>
list
¶
Public Functions
-
::Ifc2x3::IfcProduct *
RelatingProduct
() const¶ Reference to the product or product type to which the objects are assigned to.
IFC2x4 CHANGE Datatype expanded to include IfcProduct and IfcTypeProduct.
-
void
setRelatingProduct
(::Ifc2x3::IfcProduct *v)¶
-
IfcRelAssignsToProduct
(IfcEntityInstanceData *e)¶
-
IfcRelAssignsToProduct
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc2x3::IfcObjectDefinition>::ptr v5_RelatedObjects, boost::optional<::Ifc2x3::IfcObjectTypeEnum::Value> v6_RelatedObjectsType, ::Ifc2x3::IfcProduct *v7_RelatingProduct)¶
-
typedef IfcTemplatedEntityList<IfcRelAssignsToProduct>