Class Ifc2x3::IfcDocumentInformationRelationship¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Class Documentation¶
-
class
Ifc2x3
::
IfcDocumentInformationRelationship
: public IfcUtil::IfcBaseEntity¶ An IfcDocumentInformationRelationship is a relationship class that enables a document to have the ability to reference other documents.
HISTORY New entity in Release IFC2x.
IFC2x4 CHANGE Subtyped from IfcResourceLevelRelationship, order of attributes changed.
Use definitions This class can be used to describe relationships in which one document may reference one or more other sub documents or where a document is used as a replacement for another document (but where both the original and the replacing document need to be retained).
Public Types
-
typedef IfcTemplatedEntityList<IfcDocumentInformationRelationship>
list
¶
Public Functions
-
::Ifc2x3::IfcDocumentInformation *
RelatingDocument
() const¶ The document that acts as the parent, referencing or original document in a relationship.
-
void
setRelatingDocument
(::Ifc2x3::IfcDocumentInformation *v)¶
-
IfcTemplatedEntityList<::Ifc2x3::IfcDocumentInformation>::ptr
RelatedDocuments
() const¶ The document that acts as the child, referenced or replacing document in a relationship.
-
void
setRelatedDocuments
(IfcTemplatedEntityList<::Ifc2x3::IfcDocumentInformation>::ptr v)¶
-
bool
hasRelationshipType
() const¶ Whether the optional attribute RelationshipType is defined for this IfcDocumentInformationRelationship.
-
std::string
RelationshipType
() const¶ Describes the type of relationship between documents. This could be sub-document, replacement etc. The interpretation has to be established in an application context.
-
void
setRelationshipType
(std::string v)¶
-
IfcDocumentInformationRelationship
(IfcEntityInstanceData *e)¶
-
IfcDocumentInformationRelationship
(::Ifc2x3::IfcDocumentInformation *v1_RelatingDocument, IfcTemplatedEntityList<::Ifc2x3::IfcDocumentInformation>::ptr v2_RelatedDocuments, boost::optional<std::string> v3_RelationshipType)¶
-
typedef IfcTemplatedEntityList<IfcDocumentInformationRelationship>