IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

8.15.3.7 IfcCircleHollowProfileDef

8.15.3.7.1 Semantic definition

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).

Figure 8.15.3.7.A illustrates parameters of the circular hollow profile definition. 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:

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 (for example, upper-left bound). The parameterized profile is defined by a set of parameter attributes.

CHS-shape profile
Figure 8.15.3.7.A — Circle hollow profile

8.15.3.7.2 Entity inheritance

8.15.3.7.3 Attributes

# Attribute Type Description
IfcProfileDef (4)
IfcParameterizedProfileDef (1)
IfcCircleProfileDef (1)
Click to show 6 hidden inherited attributes
IfcCircleHollowProfileDef (1)
5 WallThickness IfcPositiveLengthMeasure

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

Table 8.15.3.7.C

8.15.3.7.4 Formal propositions

Name Description
WR1

The wall thickness shall be smaller then the radius.

WallThickness < SELF\IfcCircleProfileDef.Radius
Table 8.15.3.7.D

8.15.3.7.5 Property sets

  • Pset_ProfileMechanical
    • MassPerLength
    • CrossSectionArea
    • Perimeter
    • MinimumPlateThickness
    • MaximumPlateThickness
    • CentreOfGravityInX
    • CentreOfGravityInY
    • ShearCentreZ
    • ShearCentreY
    • MomentOfInertiaY
    • MomentOfInertiaZ
    • MomentOfInertiaYZ
    • TorsionalConstantX
    • WarpingConstant
    • ShearDeformationAreaZ
    • ShearDeformationAreaY
    • MaximumSectionModulusY
    • MinimumSectionModulusY
    • MaximumSectionModulusZ
    • MinimumSectionModulusZ
    • TorsionalSectionModulus
    • ShearAreaZ
    • ShearAreaY
    • PlasticShapeFactorY
    • PlasticShapeFactorZ

8.15.3.7.6 Concept usage

Concept Usage Description
IfcProfileDef (1)
Click to show 1 hidden inherited concepts
Table 8.15.3.7.E

8.15.3.7.7 Examples

8.15.3.7.8 Formal representation

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

8.15.3.7.9 References

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!