IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.8.3.33 IfcRightCircularCylinder

8.8.3.33.1 Semantic definition

The IfcRightCircularCylinder is a Construction Solid Geometry (CSG) 3D primitive. It is a solid with a circular base and top. The cylindrical surface between if formed by points at a fixed distance from the axis of the cylinder. The inherited Position attribute defines the IfcAxis2Placement3D and provides:

  • SELF\IfcCsgPrimitive3D.Position: The location and orientation of the axis system for the primitive.
  • SELF\IfcCsgPrimitive3D.Position.Location: The center of the circular area being the bottom face of the cylinder.
  • SELF\IfcCsgPrimitive3D.Position.Position[3]: The z axis provides the center axis and the height is measured from the origin along the positive direction of the z axis.

Figure 8.8.3.33.A illustrates geometric parameters of the cylinder. The cylinder is positioned within its own placement coordinate system. The origin is the center of the bottom circular disk, that lies in the XY plane. The center of the top circular disk is on the positive z axis at [0, 0, Height].

cylinder
Figure 8.8.3.33.A — Right circular cylinder geometry

Texture use definition

On the circular side, textures are aligned facing upright with origin at the back (+Y direction) revolving counter-clockwise. Textures are stretched or repeated to the extent of the circumference according to RepeatS. Textures are stretched or repeated to the extent of the Height according to RepeatT.

On the top and bottom faces, textures are aligned facing front-to-back, with the center of the circle aligned to the center of the texture.

Figure 8.8.3.33.B illustrates default texture mapping with a clamped texture (RepeatS=False and RepeatT=False). The image on the left shows the texture where the S axis points to the right and the T axis points up. The image on the right shows the texture applied to the geometry where the X axis points back to the right, the Y axis points back to the left, and the Z axis points up.

texture
Figure 8.8.3.33.B — Right circular cylinder textures
Side Normal Origin X Origin Y Origin Z S Axis T Axis
Side +Y 0 +Radius 0 -X +Z
Bottom -Z -Radius +Radius 0 +X -Y
Top +Z -Radius -Radius +Height +X +Y
Table 8.8.3.33.C Texture parameters

8.8.3.33.2 Entity inheritance

8.8.3.33.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.

IfcCsgPrimitive3D (2)
1 Position IfcAxis2Placement3D

The placement coordinate system to which the parameters of each individual CSG primitive apply.

* Dim IfcDimensionCount

This attribute is formally derived.

3

The space dimensionality of this geometric representation item, it is always 3.

Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes
IfcRightCircularCylinder (2)
2 Height IfcPositiveLengthMeasure

The distance between the planar circular faces of the cylinder.

3 Radius IfcPositiveLengthMeasure

The radius of the cylinder.

Table 8.8.3.33.D

8.8.3.33.4 Formal representation

ENTITY IfcRightCircularCylinder
 SUBTYPE OF (IfcCsgPrimitive3D);
	Height : IfcPositiveLengthMeasure;
	Radius : IfcPositiveLengthMeasure;
END_ENTITY;

8.8.3.33.5 References

Edit on Github


Is this page difficult to understand? Let us know!