Class Ifc2x3::IfcEnergyProperties¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcPropertySetDefinition(Class Ifc2x3::IfcPropertySetDefinition)
Derived Type¶
public Ifc2x3::IfcElectricalBaseProperties(Class Ifc2x3::IfcElectricalBaseProperties)
Class Documentation¶
-
class
Ifc2x3::IfcEnergyProperties: public Ifc2x3::IfcPropertySetDefinition¶ Subclassed by Ifc2x3::IfcElectricalBaseProperties
Public Types
-
typedef IfcTemplatedEntityList<IfcEnergyProperties>
list¶
Public Functions
-
bool
hasEnergySequence() const¶ Whether the optional attribute EnergySequence is defined for this IfcEnergyProperties.
-
::Ifc2x3::IfcEnergySequenceEnum::Value
EnergySequence() const¶
-
void
setEnergySequence(::Ifc2x3::IfcEnergySequenceEnum::Value v)¶
-
bool
hasUserDefinedEnergySequence() const¶ Whether the optional attribute UserDefinedEnergySequence is defined for this IfcEnergyProperties.
-
std::string
UserDefinedEnergySequence() const¶
-
void
setUserDefinedEnergySequence(std::string v)¶
-
IfcEnergyProperties(IfcEntityInstanceData *e)¶
-
IfcEnergyProperties(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<::Ifc2x3::IfcEnergySequenceEnum::Value> v5_EnergySequence, boost::optional<std::string> v6_UserDefinedEnergySequence)¶
-
typedef IfcTemplatedEntityList<IfcEnergyProperties>