IfcCircleHollowProfileDef

Natural language names
Semantic definitions at the entity
Entity definition

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

Attribute definitions
#AttributeTypeCardinalityDescription A
5WallThicknessIfcPositiveLengthMeasure[1:1] Thickness of the material, it is the difference between the outer and inner radius.X
Formal Propositions
RuleDescription
WR1The wall thickness shall be smaller then the radius.
Inherited definitions from supertypes
Entity inheritance IfcCircleProfileDef IfcParameterizedProfileDef IfcProfileDef
Attribute inheritance
#AttributeTypeCardinalityDescriptionA
IfcProfileDef
1ProfileTypeIfcProfileTypeEnum[1:1] Defines the type of geometry into which this profile definition shall be resolved, either a curve or a surface area. In case of curve the profile should be referenced by a swept surface, in case of area the profile should be referenced by a swept area solid.X
2ProfileName- This attribute is out of scope for this model view definition and shall not be set.
IfcParameterizedProfileDef
3PositionIfcAxis2Placement2D[1:1] Position coordinate system of the parameterized profile definition.X
IfcCircleProfileDef
4RadiusIfcPositiveLengthMeasure[1:1] The radius of the circle.X
IfcCircleHollowProfileDef
5WallThicknessIfcPositiveLengthMeasure[1:1] Thickness of the material, it is the difference between the outer and inner radius.X
Formal representations
XSD Specification
 <xs:element name="IfcCircleHollowProfileDef" type="ifc:IfcCircleHollowProfileDef" substitutionGroup="ifc:IfcCircleProfileDef" nillable="true"/>
 <xs:complexType name="IfcCircleHollowProfileDef">
  <xs:complexContent>
   <xs:extension base="ifc:IfcCircleProfileDef">
    <xs:attribute name="WallThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcCircleHollowProfileDef
 SUBTYPE OF (IfcCircleProfileDef);
  WallThickness : IfcPositiveLengthMeasure;
 WHERE
  WR1 : WallThickness < SELF\IfcCircleProfileDef.Radius;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page