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