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:
Table: Parameters of circular hollow profile definition
# | Attribute | Type | Cardinality | Description | A |
---|---|---|---|---|---|
5 | WallThickness | IfcPositiveLengthMeasure | [1:1] | Thickness of the material, it is the difference between the outer and inner radius. | X |
Rule | Description |
---|---|
WR1 | The wall thickness shall be smaller then the radius. |
# | Attribute | Type | Cardinality | Description | A |
---|---|---|---|---|---|
IfcProfileDef | |||||
1 | ProfileType | IfcProfileTypeEnum | [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 |
2 | ProfileName | - | This attribute is out of scope for this model view definition and shall not be set. | ||
IfcParameterizedProfileDef | |||||
3 | Position | IfcAxis2Placement2D | [1:1] | Position coordinate system of the parameterized profile definition. | X |
IfcCircleProfileDef | |||||
4 | Radius | IfcPositiveLengthMeasure | [1:1] | The radius of the circle. | X |
IfcCircleHollowProfileDef | |||||
5 | WallThickness | IfcPositiveLengthMeasure | [1:1] | Thickness of the material, it is the difference between the outer and inner radius. | X |
<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>
ENTITY IfcCircleHollowProfileDef
SUBTYPE OF (IfcCircleProfileDef);
WallThickness : IfcPositiveLengthMeasure;
WHERE
WR1 : WallThickness < SELF\IfcCircleProfileDef.Radius;
END_ENTITY;