Class Ifc4x2::IfcTShapeProfileDef

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcTShapeProfileDef : public Ifc4x2::IfcParameterizedProfileDef

IfcTShapeProfileDef defines a section profile that provides the defining parameters of a T-shaped section to be used by the swept area solid. Its parameters and orientation relative to the position coordinate system are according to the following illustration. The centre of the position coordinate system is in the profile’s centre of the bounding box.

HISTORY New entity in IFC2x2.

IFC2x3 CHANGE All profile origins are now in the center of the bounding box.

IFC2x4 CHANGE Type of FilletRadius, FlangeEdgeRadius, and WebEdgeRadius relaxed to allow for zero radius. Trailing attribute CentreOfGravityInY deleted, use respective property in IfcExtendedProfileProperties instead.

Figure 326 illustrates parameters of the T-shape profile definition.

Position The parameterized profile defines its own position coordinate system. The underlying coordinate system is defined by the swept area solid that uses the profile definition. It is the xy plane of:

IfcSweptAreaSolid.Position

by using offsets of the position location, the parameterized profile can be positioned centric (using x,y offsets = 0.), or at any position relative to the profile.

Figure 326 — T-shape profile

Public Types

typedef IfcTemplatedEntityList<IfcTShapeProfileDef> list

Public Functions

double Depth() const

Web lengths, see illustration above (= h).

void setDepth(double v)
double FlangeWidth() const

Flange lengths, see illustration above (= b).

void setFlangeWidth(double v)
double WebThickness() const

Constant wall thickness of web (= ts).

void setWebThickness(double v)
double FlangeThickness() const

Constant wall thickness of flange (= tg).

void setFlangeThickness(double v)
bool hasFilletRadius() const

Whether the optional attribute FilletRadius is defined for this IfcTShapeProfileDef.

double FilletRadius() const

Fillet radius according the above illustration (= r1).

void setFilletRadius(double v)
bool hasFlangeEdgeRadius() const

Whether the optional attribute FlangeEdgeRadius is defined for this IfcTShapeProfileDef.

double FlangeEdgeRadius() const

Edge radius according the above illustration (= r2).

void setFlangeEdgeRadius(double v)
bool hasWebEdgeRadius() const

Whether the optional attribute WebEdgeRadius is defined for this IfcTShapeProfileDef.

double WebEdgeRadius() const

Edge radius according the above illustration (= r3).

void setWebEdgeRadius(double v)
bool hasWebSlope() const

Whether the optional attribute WebSlope is defined for this IfcTShapeProfileDef.

double WebSlope() const

Slope of flange of the profile.

void setWebSlope(double v)
bool hasFlangeSlope() const

Whether the optional attribute FlangeSlope is defined for this IfcTShapeProfileDef.

double FlangeSlope() const

Slope of web of the profile.

void setFlangeSlope(double v)
const IfcParse::entity &declaration() const
IfcTShapeProfileDef(IfcEntityInstanceData *e)
IfcTShapeProfileDef(::Ifc4x2::IfcProfileTypeEnum::Value v1_ProfileType, boost::optional<std::string> v2_ProfileName, ::Ifc4x2::IfcAxis2Placement2D *v3_Position, double v4_Depth, double v5_FlangeWidth, double v6_WebThickness, double v7_FlangeThickness, boost::optional<double> v8_FilletRadius, boost::optional<double> v9_FlangeEdgeRadius, boost::optional<double> v10_WebEdgeRadius, boost::optional<double> v11_WebSlope, boost::optional<double> v12_FlangeSlope)

Public Static Functions

const IfcParse::entity &Class()