IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.8.3.41 IfcSurfaceCurveSweptAreaSolid

8.8.3.41.1 Semantic definition

The IfcSurfaceCurveSweptAreaSolid is the result of sweeping an area along a directrix that lies on a reference surface. The swept area is provided by a subtype of IfcProfileDef. The profile is placed by an implicit cartesian transformation operator at the start point of the sweep, where the profile normal agrees to the tangent of the directrix at this point, and the profile''s x-axis agrees to the surface normal. At any point along the directrix, the swept profile origin lies on the directrix, the profile''s normal points towards the tangent of the directrix, and the profile''s x-axis is identical to the surface normal at this point.

The Directrix and the ReferenceSurface are positioned within the object coordinate system. The start of the sweeping operation is at the StartParam, the parameter value is provided based on the curve parameterization. If no StartParam is provided the start defaults to the begin of the directrix. The end of the sweeping operation is at the EndParam, the parameter value is provided based on the curve parameterization. If no EndParam is provided the end defaults to the end of the directrix. The geometric shape of the solid is not dependent upon the curve parameterization; the volume depends upon the area swept and the length of the Directrix.

At any point of the directrix, a plane can be constructed. The origin of the position coordinate system of the implicit plane lies at the directrix. The Axis3 (the z-axis, or normal) of the position coordinate system is identical to the tangent of the directrix at this point, the Axis1 (the x axis, or u) of the position coordinate system is identical to the normal of the reference surface at this point. The Axis2 (the y axis, or v) is constructed.

The resulting body of the swept solid is not repositioned if the inherited Position attribute is omitted. Otherwise the coordinate system established by the Position attribute is used to reposition the body relative to the object coordinate system.

surface curve wept area solid
Figure 8.8.3.41.A — Surface curve wept area solid parameter
surface curve wept area solid
Figure 8.8.3.41.B — Surface curve wept area solid results

The SweptArea is required to be a curve bounded surface lying in the plane z = 0 and this is swept along the Directrix in such a way that the origin of the local coordinate system used to define the SweptArea is on the Directrix and the local x-axis is in the direction of the normal to the ReferenceSurface at the current point. The resulting solid has the property that the cross section of the surface by the normal plane to the Directrix at any point is a copy of the SweptArea.

The orientation of the SweptArea as it sweeps along the Directrix is precisely defined by a Cartesian Transformation Operator 3D with attributes: > * Local origin as point (0., 0., 0), * Axis 1 as the normal N to the reference surface at the point of the directrix with parameter u. * Axis 3 as the direction of the tangent vector t at the point of the directrix with parameter u. The remaining attributes are defaulted to define a corresponding transformation matrix T(u), which varies with the directrix parameter u.

Informal Propositions

  1. The SweptArea shall lie in the implicit plane z = 0.
  2. The Directrix shall lie on the ReferenceSurface.

8.8.3.41.2 Entity inheritance

8.8.3.41.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcSolidModel (1)
IfcSweptAreaSolid (2)
IfcDirectrixCurveSweptAreaSolid (3)
Click to show 8 hidden inherited attributes
IfcSurfaceCurveSweptAreaSolid (1)
6 ReferenceSurface IfcSurface

No description available.

Table 8.8.3.41.C

8.8.3.41.4 Formal representation

ENTITY IfcSurfaceCurveSweptAreaSolid
SUBTYPE OF (IfcDirectrixCurveSweptAreaSolid);
ReferenceSurface : IfcSurface;
END_ENTITY;

8.8.3.41.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.41.6 Changelog

8.8.3.41.6.1 IFC4

  • where rule, DirectrixBounded
  • attribute EndParam optional, Is now optional
  • attribute StartParam optional, Is now optional

8.8.3.41.6.2 IFC4.3_DEV_738df036