Class Ifc4x2::IfcReferent

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcReferent : public Ifc4x2::IfcPositioningElement

Public Types

typedef IfcTemplatedEntityList<IfcReferent> list

Public Functions

bool hasPredefinedType() const

Whether the optional attribute PredefinedType is defined for this IfcReferent.

::Ifc4x2::IfcReferentTypeEnum::Value PredefinedType() const
void setPredefinedType(::Ifc4x2::IfcReferentTypeEnum::Value v)
bool hasRestartDistance() const

Whether the optional attribute RestartDistance is defined for this IfcReferent.

double RestartDistance() const
void setRestartDistance(double v)
const IfcParse::entity &declaration() const
IfcReferent(IfcEntityInstanceData *e)
IfcReferent(std::string v1_GlobalId, ::Ifc4x2::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4x2::IfcObjectPlacement *v6_ObjectPlacement, ::Ifc4x2::IfcProductRepresentation *v7_Representation, boost::optional<::Ifc4x2::IfcReferentTypeEnum::Value> v8_PredefinedType, boost::optional<double> v9_RestartDistance)

Public Static Functions

const IfcParse::entity &Class()