IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.9.3.19 IfcClothoid

AbV ⓘ

8.9.3.19.1 Semantic definition

A clothoid is a planar curve in the form of a spiral. This curve has the property that the curvature varies linearly with the arc length.

Interpretation of the data shall be as follows:

C = SELF\IfcSpiral.Position.Location
x = SELF\IfcSpiral.Position.P[1]
y = SELF\IfcSpiral.Position.P[2]
A = ClothoidConstant

The clothoid is parameterized as:

λ(u)=C+Aπ(0ucos(πAt22|A|)dt x+0usin(πAt22|A|)dt y)

The parametric range is: -∞ < u < ∞

The arc length s of the curve, from the point C, is given by the formula:

s=Auπ

The curvature κ and radius of the curvature ρ, at any point of the curve, are related to the arc length s by the formulae:

κ=As|A3|,ρ=1κ

The constant A, known as flatness or homothetic parameter of the clothoid, is specified as:

A=LR

where, L is the length measured from the inflection point; and R is the radius of the clothoid.

8.9.3.19.2 Entity inheritance

8.9.3.19.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcCurve (1)
IfcSpiral (1)
Click to show 4 hidden inherited attributes
IfcClothoid (1)
2 ClothoidConstant IfcLengthMeasure

The constant which defines the relationship between curvature and arc length for the curve.

Table 8.9.3.19.D

8.9.3.19.4 Examples

8.9.3.19.5 Formal representation

ENTITY IfcClothoid
SUBTYPE OF (IfcSpiral);
ClothoidConstant : IfcLengthMeasure;
END_ENTITY;

8.9.3.19.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.3.19.7 Changelog

8.9.3.19.7.1 IFC4.3_DEV_738df036

  • New resource