Class Ifc2x3::IfcRelAssociatesDocument¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcRelAssociates
(Class Ifc2x3::IfcRelAssociates)
Class Documentation¶
-
class
Ifc2x3
::
IfcRelAssociatesDocument
: public Ifc2x3::IfcRelAssociates¶ The objectified relationship (IfcRelAssociatesDocument) handles the assignment of a document information (items of the select IfcDocumentSelect) to objects occurrences (subtypes of IfcObject) or object types (subtypes of IfcTypeObject).
The relationship is used to assign a document reference or a more detailed document information to objects. A single document reference can be applied to multiple objects.
The inherited attribute RelatedObjects define the objects to which the document association is applied. The attribute RelatingDocument is the reference to a document reference, applied to the object(s).
HISTORY: New entity in IFC Release 2x.
Public Types
-
typedef IfcTemplatedEntityList<IfcRelAssociatesDocument>
list
¶
Public Functions
-
::Ifc2x3::IfcDocumentSelect *
RelatingDocument
() const¶ Document information or reference which is applied to the objects.
-
void
setRelatingDocument
(::Ifc2x3::IfcDocumentSelect *v)¶
-
IfcRelAssociatesDocument
(IfcEntityInstanceData *e)¶
-
IfcRelAssociatesDocument
(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, IfcTemplatedEntityList<::Ifc2x3::IfcRoot>::ptr v5_RelatedObjects, ::Ifc2x3::IfcDocumentSelect *v6_RelatingDocument)¶
-
typedef IfcTemplatedEntityList<IfcRelAssociatesDocument>