IFC 4.3.2.20250905 (IFC4X3_ADD2) under development

  • Help suggest improvements
  • Get user or developer support

8.9.3.29 IfcCylindricalSurface

AbV ⓘ

8.9.3.29.1 Semantic definition

The cylindrical surface is a surface unbounded in the direction of z. Bounded cylindrical surfaces are defined by using a subtype of IfcBoundedSurface with BasisSurface being a cylindrical surface.

1 A bounded cylindrical surface can be defined by an IfcRectangularTrimmedSurface with BasisSurface being the cylindrical surface and U1 = 0°, U2 = 360° and V1 = lower bound in z, V2 = upper bound in z (if the plane angle measure is degree). A bounded cylindrical arc surface is provided with |U1 - U2| < 360° (assuming the Usense and Vsense agree to the sense of the basis surface). 2 A non-rectangular bounded cylindrical surface, e.g. the surface of a round wall underneath a sloped roof, cab be defined by an IfcCurveBoundedSurface with IfcBoundaryCurve's, being a collection of p-curve segments. A p-curve is curve which lies on the basis of a surface and is defined in the parameter space of that surface.

The inherited attributes are interpreted as

  • SELF\IfcElementarySurface.Position defines the location and orientation of the cylindrical surface.
  • SELF\IfcElementarySurface.Position.Location defines a point on the axis of the cylindrical surface.
  • SELF\IfcElementarySurface.Position.P[3] defines the direction of the axis of the cylindrical surface.
Definition according to ISO/CD 10303-42:1992 A cylindrical surface is a surface at a constant distance (the radius) from a straight line. A cylindrical surface is defined by its radius and its orientation and location. The data is to be interpreted as follows: Entity adapted from cylindrical_surface defined in ISO 10303-42. New entity in IFC4.

C = Position.Location
x = Position.P[1]
y = Position.P[2]
z = Position.P[3]
R = Radius
and the surface is parameterized as:
formula where the parametric range is -∞ < u,v < ∞ .
Figure 8.9.3.29.A

In the above parameterization the length unit for the unit vectors z is equal to that of the radius R. In the placement coordinate system defined above, the surface is represented by the equation S = 0, where

formula The positive direction of the normal to the surface at any point on the surface is given by
Figure 8.9.3.29.B
formula, or as unit normal by
Figure 8.9.3.29.C
formula
Figure 8.9.3.29.D

The direction of the normal is away from the axis of the cylinder.

8.9.3.29.2 Entity inheritance

8.9.3.29.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.

The inverse attribute LayerAssignments has been added. The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
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.

The inverse attribute StyledByItem has been added.
IfcSurface (1)
* Dim IfcDimensionCount

This attribute is formally derived.

3

The space dimensionality of IfcSurface. It is always a three-dimensional geometric representation item.

Derived attribute promoted from subtypes.
IfcElementarySurface (1)
1 Position IfcAxis2Placement3D

The position and orientation of the surface. This attribute is used in the definition of the parameterization of the surface.

Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes
IfcCylindricalSurface (1)
2 Radius IfcPositiveLengthMeasure

The radius of the cylindrical surface.

Table 8.9.3.29.E

8.9.3.29.4 Formal representation

ENTITY IfcCylindricalSurface
 SUBTYPE OF (IfcElementarySurface);
	Radius : IfcPositiveLengthMeasure;
END_ENTITY;

8.9.3.29.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.3.29.6 Changelog

8.9.3.29.6.1 IFC4

  • New resource