Class Ifc4x1::IfcResourceLevelRelationship¶
Defined in File Ifc4x1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x1.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity
(Class IfcBaseEntity)
Derived Types¶
public Ifc4x1::IfcApprovalRelationship
(Class Ifc4x1::IfcApprovalRelationship)public Ifc4x1::IfcCurrencyRelationship
(Class Ifc4x1::IfcCurrencyRelationship)public Ifc4x1::IfcDocumentInformationRelationship
(Class Ifc4x1::IfcDocumentInformationRelationship)public Ifc4x1::IfcExternalReferenceRelationship
(Class Ifc4x1::IfcExternalReferenceRelationship)public Ifc4x1::IfcMaterialRelationship
(Class Ifc4x1::IfcMaterialRelationship)public Ifc4x1::IfcOrganizationRelationship
(Class Ifc4x1::IfcOrganizationRelationship)public Ifc4x1::IfcPropertyDependencyRelationship
(Class Ifc4x1::IfcPropertyDependencyRelationship)public Ifc4x1::IfcResourceApprovalRelationship
(Class Ifc4x1::IfcResourceApprovalRelationship)public Ifc4x1::IfcResourceConstraintRelationship
(Class Ifc4x1::IfcResourceConstraintRelationship)
Class Documentation¶
-
class
Ifc4x1
::
IfcResourceLevelRelationship
: public IfcUtil::IfcBaseEntity¶ IfcResourceLevelRelationship is an abstract base class for relationships between resource-level entities.
HISTORY New Entity in IFC 2x4
Subclassed by Ifc4x1::IfcApprovalRelationship, Ifc4x1::IfcCurrencyRelationship, Ifc4x1::IfcDocumentInformationRelationship, Ifc4x1::IfcExternalReferenceRelationship, Ifc4x1::IfcMaterialRelationship, Ifc4x1::IfcOrganizationRelationship, Ifc4x1::IfcPropertyDependencyRelationship, Ifc4x1::IfcResourceApprovalRelationship, Ifc4x1::IfcResourceConstraintRelationship
Public Types
-
typedef IfcTemplatedEntityList<IfcResourceLevelRelationship>
list
¶
Public Functions
-
bool
hasName
() const¶ Whether the optional attribute Name is defined for this IfcResourceLevelRelationship.
-
std::string
Name
() const¶ A name used to identify or qualify the relationship.
-
void
setName
(std::string v)¶
-
bool
hasDescription
() const¶ Whether the optional attribute Description is defined for this IfcResourceLevelRelationship.
-
std::string
Description
() const¶ A description that may apply additional information about the relationship.
-
void
setDescription
(std::string v)¶
-
IfcResourceLevelRelationship
(IfcEntityInstanceData *e)¶
-
IfcResourceLevelRelationship
(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description)¶
-
typedef IfcTemplatedEntityList<IfcResourceLevelRelationship>