8.15.3.1 IfcArbitraryClosedProfileDef
8.15.3.1.1 Semantic definition
The closed profile IfcArbitraryClosedProfileDef defines an arbitrary two-dimensional profile for the use within the swept surface geometry, the swept area solid or a sectioned spine. It is given by an outer boundary from which the surface or solid can be constructed.
Informal Propositions
- The OuterCurve has to be a closed curve.
- The OuterCurve shall not intersect.
Figure 8.15.3.1.A illustrates the arbitrary closed profile definition. The OuterCurve is defined in the underlying coordinate system. The underlying coordinate system is defined by the swept surface or swept area solid that uses the profile definition. It is the xy plane of either:
- IfcSweptSurface.Position
- IfcSweptAreaSolid.Position
or in case of sectioned spines the xy plane of each list member of IfcSectionedSpine.CrossSectionPositions. The OuterCurve attribute defines a two dimensional closed bounded curve.

8.15.3.1.2 Entity inheritance
8.15.3.1.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcProfileDef (4) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcArbitraryClosedProfileDef (1) | |||
3 | OuterCurve | IfcCurve |
Bounded curve, defining the outer boundaries of the arbitrary profile. |
8.15.3.1.4 Formal propositions
Name | Description |
---|---|
WR1 |
The curve used for the outer curve definition shall have the dimensionality of 2. |
|
|
WR2 |
The outer curve shall not be of type IfcLine as IfcLine is not a closed curve. |
|
|
WR3 |
The outer curve shall not be of type IfcOffsetCurve2D as it should not be defined as an offset of another curve. |
|
8.15.3.1.5 Property sets
-
Pset_ProfileArbitraryDoubleT
- OverallWidth
- LeftFlangeWidth
- RightFlangeWidth
- OverallDepth
- FlangeDepth
- FlangeDraft
- FlangeChamfer
- FlangeBaseFillet
- FlangeTopFillet
- StemBaseWidth
- StemTopWidth
- StemBaseChamfer
- StemTopChamfer
- StemBaseFillet
- StemTopFillet
-
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.1.6 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcProfileDef (1) | |||
Click to show 1 hidden inherited concepts Click to hide 1 inherited concepts | |||
IfcArbitraryClosedProfileDef (1) | |||
Property Sets for Profiles | General |
This concept can be applied to the following resources: |
8.15.3.1.7 Examples
-
Figure 8.15.3.1.B -
Figure 8.15.3.1.C -
Figure 8.15.3.1.D -
Figure 8.15.3.1.E -
Figure 8.15.3.1.F -
Figure 8.15.3.1.G -
Figure 8.15.3.1.H -
Figure 8.15.3.1.I
8.15.3.1.8 Formal representation
ENTITY IfcArbitraryClosedProfileDef SUPERTYPE OF (ONEOF (IfcArbitraryProfileDefWithVoids)) SUBTYPE OF (IfcProfileDef); OuterCurve : IfcCurve; WHERE WR1 : OuterCurve.Dim = 2; WR2 : NOT('IFC4X3_DEV_738df036.IFCLINE' IN TYPEOF(OuterCurve)); WR3 : NOT('IFC4X3_DEV_738df036.IFCOFFSETCURVE2D' IN TYPEOF(OuterCurve)); END_ENTITY;