Class Ifc4::IfcExtendedProperties¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcPropertyAbstraction(Class Ifc4::IfcPropertyAbstraction)
Derived Types¶
public Ifc4::IfcMaterialProperties(Class Ifc4::IfcMaterialProperties)public Ifc4::IfcProfileProperties(Class Ifc4::IfcProfileProperties)
Class Documentation¶
- 
class 
Ifc4::IfcExtendedProperties: public Ifc4::IfcPropertyAbstraction¶ Subclassed by Ifc4::IfcMaterialProperties, Ifc4::IfcProfileProperties
Public Types
- 
typedef IfcTemplatedEntityList<IfcExtendedProperties> 
list¶ 
Public Functions
- 
bool 
hasName() const¶ Whether the optional attribute Name is defined for this IfcExtendedProperties.
- 
std::string 
Name() const¶ 
- 
void 
setName(std::string v)¶ 
- 
bool 
hasDescription() const¶ Whether the optional attribute Description is defined for this IfcExtendedProperties.
- 
std::string 
Description() const¶ 
- 
void 
setDescription(std::string v)¶ 
- 
IfcTemplatedEntityList<::Ifc4::IfcProperty>::ptr 
Properties() const¶ 
- 
void 
setProperties(IfcTemplatedEntityList<::Ifc4::IfcProperty>::ptr v)¶ 
- 
IfcExtendedProperties(IfcEntityInstanceData *e)¶ 
- 
IfcExtendedProperties(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, IfcTemplatedEntityList<::Ifc4::IfcProperty>::ptr v3_Properties)¶ 
- 
typedef IfcTemplatedEntityList<IfcExtendedProperties>