Class Ifc4x3_rc1::IfcBuiltSystem¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcSystem(Class Ifc4x3_rc1::IfcSystem)
Class Documentation¶
-
class
Ifc4x3_rc1::IfcBuiltSystem: public Ifc4x3_rc1::IfcSystem¶ Public Types
-
typedef IfcTemplatedEntityList<IfcBuiltSystem>
list¶
Public Functions
-
bool
hasPredefinedType() const¶ Whether the optional attribute PredefinedType is defined for this IfcBuiltSystem.
-
::Ifc4x3_rc1::IfcBuiltSystemTypeEnum::Value
PredefinedType() const¶
-
void
setPredefinedType(::Ifc4x3_rc1::IfcBuiltSystemTypeEnum::Value v)¶
-
bool
hasLongName() const¶ Whether the optional attribute LongName is defined for this IfcBuiltSystem.
-
std::string
LongName() const¶
-
void
setLongName(std::string v)¶
-
IfcBuiltSystem(IfcEntityInstanceData *e)¶
-
IfcBuiltSystem(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, boost::optional<::Ifc4x3_rc1::IfcBuiltSystemTypeEnum::Value> v6_PredefinedType, boost::optional<std::string> v7_LongName)¶
-
typedef IfcTemplatedEntityList<IfcBuiltSystem>