Class Ifc4::IfcResourceLevelRelationship¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity(Class IfcBaseEntity)
Derived Types¶
public Ifc4::IfcApprovalRelationship(Class Ifc4::IfcApprovalRelationship)public Ifc4::IfcCurrencyRelationship(Class Ifc4::IfcCurrencyRelationship)public Ifc4::IfcDocumentInformationRelationship(Class Ifc4::IfcDocumentInformationRelationship)public Ifc4::IfcExternalReferenceRelationship(Class Ifc4::IfcExternalReferenceRelationship)public Ifc4::IfcMaterialRelationship(Class Ifc4::IfcMaterialRelationship)public Ifc4::IfcOrganizationRelationship(Class Ifc4::IfcOrganizationRelationship)public Ifc4::IfcPropertyDependencyRelationship(Class Ifc4::IfcPropertyDependencyRelationship)public Ifc4::IfcResourceApprovalRelationship(Class Ifc4::IfcResourceApprovalRelationship)public Ifc4::IfcResourceConstraintRelationship(Class Ifc4::IfcResourceConstraintRelationship)
Class Documentation¶
-
class
Ifc4::IfcResourceLevelRelationship: public IfcUtil::IfcBaseEntity¶ IfcResourceLevelRelationship is an abstract base class for relationships between resource-level entities.
HISTORY New Entity in IFC 2x4
Subclassed by Ifc4::IfcApprovalRelationship, Ifc4::IfcCurrencyRelationship, Ifc4::IfcDocumentInformationRelationship, Ifc4::IfcExternalReferenceRelationship, Ifc4::IfcMaterialRelationship, Ifc4::IfcOrganizationRelationship, Ifc4::IfcPropertyDependencyRelationship, Ifc4::IfcResourceApprovalRelationship, Ifc4::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>