8.15.3.22 IfcRoundedRectangleProfileDef
8.15.3.22.1 Semantic definition
IfcRoundedRectangleProfileDef defines a rectangle with equally rounded corners as the profile definition used by the swept surface geometry or the swept area solid. It is given by the X extent, the Y extent, and the radius for the rounded corners, and placed within the 2D position coordinate system, established by the Position attribute. It is placed centric within the position coordinate system, that is, in the center of the bounding box.
Figure 8.15.3.22.A illustrates parameters of the rounded rectangle profile definition.

Position
The parameterized profile defines its own position 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.
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 IfcRoundedRectangleProfileDef is defined within the position coordinate system, where the XDim defines the measure for the length of the rectangle (half along the positive x-axis), the YDim defines the length measure for the width of the rectangle (half along the positive y-axis) and the RoundingRadius defines the radius of curvature in all four corners of the rectangle.
8.15.3.22.2 Entity inheritance
8.15.3.22.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcProfileDef (4) | |||
IfcParameterizedProfileDef (1) | |||
IfcRectangleProfileDef (2) | |||
Click to show 7 hidden inherited attributes Click to hide 7 inherited attributes | |||
IfcRoundedRectangleProfileDef (1) | |||
6 | RoundingRadius | IfcPositiveLengthMeasure |
Radius of the circular arcs by which all four corners of the rectangle are equally rounded. |
8.15.3.22.4 Formal propositions
Name | Description | ||||
---|---|---|---|---|---|
ValidRadius |
The value of the attribute RoundingRadius shall be lower or equal than either of both, half the value of the Xdim and the YDim attribute. |
||||
|
8.15.3.22.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.22.6 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcProfileDef (1) | |||
Click to show 1 hidden inherited concepts Click to hide 1 inherited concepts |
8.15.3.22.7 Examples
8.15.3.22.8 Formal representation
ENTITY IfcRoundedRectangleProfileDef SUBTYPE OF (IfcRectangleProfileDef); RoundingRadius : IfcPositiveLengthMeasure; WHERE ValidRadius : ((RoundingRadius <= (SELF\IfcRectangleProfileDef.XDim/2.)) AND (RoundingRadius <= (SELF\IfcRectangleProfileDef.YDim/2.))); END_ENTITY;