Class Ifc4x3_rc1::IfcBuiltSystem

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

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)
const IfcParse::entity &declaration() const
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)

Public Static Functions

const IfcParse::entity &Class()