IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.8.3.13 IfcDirectrixCurveSweptAreaSolid

ABSTRACT This definition may not be instantiated

8.8.3.13.1 Semantic definition

An abstract entity defining common information about a type of swept area solid which is the result of sweeping an area along a Directrix. 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. The direction of profile's x-axis is specialized by the subtypes of IfcDirectrixCurveSweptAreaSolid.

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.

8.8.3.13.2 Entity inheritance

8.8.3.13.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcSolidModel (1)
IfcSweptAreaSolid (2)
Click to show 5 hidden inherited attributes
IfcDirectrixCurveSweptAreaSolid (3)
3 Directrix IfcCurve

The curve used to define the sweeping operation. The solid is generated by sweeping the SELF\IfcSweptAreaSolid.SweptArea along the Directrix.

4 StartParam OPTIONAL IfcCurveMeasureSelect

The parameter value on the Directrix at which the sweeping operation commences. If no value is provided the start of the sweeping operation is at the start of the Directrix.

5 EndParam OPTIONAL IfcCurveMeasureSelect

The parameter value on the Directrix at which the sweeping operation ends. If no value is provided the end of the sweeping operation is at the end of the Directrix.

Table 8.8.3.13.A

8.8.3.13.4 Formal propositions

Name Description
DirectrixBounded

If the values for StartParam or EndParam are omitted, then the Directrix has to be a bounded or closed curve.

(EXISTS(StartParam) AND EXISTS(EndParam)) OR
(SIZEOF(['IFC4X3_DEV_738df036.IFCCONIC', 'IFC4X3_DEV_738df036.IFCBOUNDEDCURVE'] * TYPEOF(Directrix)) = 1)
Table 8.8.3.13.B

8.8.3.13.5 Formal representation

ENTITY IfcDirectrixCurveSweptAreaSolid
ABSTRACT SUPERTYPE OF (ONEOF
(IfcFixedReferenceSweptAreaSolid
,IfcSurfaceCurveSweptAreaSolid))
SUBTYPE OF (IfcSweptAreaSolid);
Directrix : IfcCurve;
StartParam : OPTIONAL IfcCurveMeasureSelect;
EndParam : OPTIONAL IfcCurveMeasureSelect;
WHERE
DirectrixBounded : (EXISTS(StartParam) AND EXISTS(EndParam)) OR
(SIZEOF(['IFC4X3_DEV_738df036.IFCCONIC', 'IFC4X3_DEV_738df036.IFCBOUNDEDCURVE'] * TYPEOF(Directrix)) = 1);
END_ENTITY;

8.8.3.13.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.8.3.13.7 Changelog

8.8.3.13.7.1 IFC4.3_DEV_738df036

  • New resource