Class Ifc4x2::IfcExtendedProperties¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcPropertyAbstraction(Class Ifc4x2::IfcPropertyAbstraction)
Derived Types¶
public Ifc4x2::IfcMaterialProperties(Class Ifc4x2::IfcMaterialProperties)public Ifc4x2::IfcProfileProperties(Class Ifc4x2::IfcProfileProperties)
Class Documentation¶
-
class
Ifc4x2::IfcExtendedProperties: public Ifc4x2::IfcPropertyAbstraction¶ Subclassed by Ifc4x2::IfcMaterialProperties, Ifc4x2::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<::Ifc4x2::IfcProperty>::ptr
Properties() const¶
-
void
setProperties(IfcTemplatedEntityList<::Ifc4x2::IfcProperty>::ptr v)¶
-
IfcExtendedProperties(IfcEntityInstanceData *e)¶
-
IfcExtendedProperties(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, IfcTemplatedEntityList<::Ifc4x2::IfcProperty>::ptr v3_Properties)¶
-
typedef IfcTemplatedEntityList<IfcExtendedProperties>