Class Ifc4::IfcRelAssignsToResource¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcRelAssigns
(Class Ifc4::IfcRelAssigns)
Class Documentation¶
-
class
Ifc4
::
IfcRelAssignsToResource
: public Ifc4::IfcRelAssigns¶ The objectified relationship IfcRelAssignsToResource handles the assignment of objects (as subtypes of IfcObject), acting as a resource usage or consumption, to a resource (as subtypes of IfcResource).
EXAMPLE The assignment of a resource usage to a construction resource is an application of this generic relationship. It could be an actor, as person or organization assigned to a labor resource, or a raw product assigned to a construction product or material resource).
HISTORY New Entity in IFC Release 2x.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAssignsToResource>
list
¶
Public Functions
-
::Ifc4::IfcResourceSelect *
RelatingResource
() const¶ Reference to the resource to which the objects are assigned to.
IFC2x4 CHANGE Datatype expanded to include IfcResource and IfcTypeResource.
-
void
setRelatingResource
(::Ifc4::IfcResourceSelect *v)¶
-
IfcRelAssignsToResource
(IfcEntityInstanceData *e)¶
-
IfcRelAssignsToResource
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc4::IfcObjectDefinition>::ptr v5_RelatedObjects, boost::optional<::Ifc4::IfcObjectTypeEnum::Value> v6_RelatedObjectsType, ::Ifc4::IfcResourceSelect *v7_RelatingResource)¶
-
typedef IfcTemplatedEntityList<IfcRelAssignsToResource>