Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcCircleHollowProfileDef

Definition from IAI: The IfcCircleHollowProfileDef defines a section profile that provides the defining parameters of a circular hollow section (tube) 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 (for symmetric profiles identical with the centre of gravity).

HISTORY: New entity in Release IFC2x Edition 2.

Illustration:

CHS-shape profile

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. Explicit coordinate offsets are used to define cardinal points (e.g. upper-left bound).

Parameter
The parameterized profile is defined by a set of parameter attributes, see attribute definition below.


Table: Parameters of circular hollow profile definition

EXPRESS specification:

ENTITY IfcCircleHollowProfileDef
SUBTYPE OF ( IfcCircleProfileDef);
WallThickness  :  IfcPositiveLengthMeasure;
WHERE
WR1  :  WallThickness < SELF\IfcCircleProfileDef.Radius;
END_ENTITY;

Attribute definitions:

WallThickness  :  Thickness of the material, it is the difference between the outer and inner radius.

Formal Propositions:

WR1  :  The wall thickness shall be smaller then the radius.

Inheritance graph

ENTITY IfcCircleHollowProfileDef;
ENTITY IfcProfileDef;
ProfileType  :  IfcProfileTypeEnum;
ProfileName  :  OPTIONAL IfcLabel;
ENTITY IfcParameterizedProfileDef;
Position  :  IfcAxis2Placement2D;
ENTITY IfcCircleProfileDef;
Radius  :  IfcPositiveLengthMeasure;
ENTITY IfcCircleHollowProfileDef;
WallThickness  :  IfcPositiveLengthMeasure;
END_ENTITY;