8.10.2.1 IfcCardinalPointReference
8.10.2.1.1 Semantic definition
An IfcCardinalPointReference is an index reference to significant points of a section profile. This index is used to describe the spatial relationship between the section of a member and a reference axis of the same member.
Indexes 1...9 refer to points at the bounding box of a profile. Indexes 10...19 refer to points defined by geometric centroid (usually centre of gravity) and shear centre, and their combinations with bounding box coordinates. In particular, the following index values are specified in this specification:
- bottom left
- bottom centre
- bottom right
- mid-depth left
- mid-depth centre
- mid-depth right
- top left
- top centre
- top right
- geometric centroid
- bottom in line with the geometric centroid
- left in line with the geometric centroid
- right in line with the geometric centroid
- top in line with the geometric centroid
- shear centre
- bottom in line with the shear centre
- left in line with the shear centre
- right in line with the shear centre
- top in line with the shear centre
- Lowest point inside of pipe or channel profile (centre of flat bottom)
Other index values are possible but outside the scope of this specification.
Figure 8.10.2.1.A illustrates cardinal point values. Figure 8.10.2.1.B illustrates an example extrusion shape with arbitrary profile (IfcArbitraryClosedProfileDef), aligned "mid-depth right" on the member axis. The line of sight follows the extrusion direction Z which points into the drawing plane of above illustration. Hence, "left" is in the positive X direction of the IfcProfileDef. "Top" is in the positive Y direction of the IfcProfileDef.
8.10.2.1.2 Formal Propositions
GreaterThanZero | <html><body><p>Cardinal point reference shall be greater than zero.</p></body></html>SELF > 0 |
8.10.2.1.3 Formal representation
TYPE IfcCardinalPointReference = INTEGER;
WHERE
GreaterThanZero : SELF > 0;
END_TYPE;