IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.9.3.60 IfcSecondOrderPolynomialSpiral

AbV ⓘ

8.9.3.60.1 Semantic definition

The IfcSecondOrderPolynomialSpiral is a specialization of IfcSpiral. The curvature κ and radius of the curvature ρ, at any point of the curve, are related to the arc length s by the second order formulae:

formula
Figure 8.9.3.60.A

Interpretation of the parameters:

C = SELF\IfcSpiral.Position.Location x = SELF\IfcSpiral.Position.P[1] y = SELF\IfcSpiral.Position.P[2] A2 = QuadraticTerm A1 = LinearTerm A0 = ContantTerm

and the second order polynomial spiral is parameterized as:

formula
Figure 8.9.3.60.B

where:

formula
Figure 8.9.3.60.C

and the parametric range is: -∞ < u < ∞.

8.9.3.60.2 Entity inheritance

8.9.3.60.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcCurve (1)
IfcSpiral (1)
Click to show 4 hidden inherited attributes
IfcSecondOrderPolynomialSpiral (3)
2 QuadraticTerm IfcLengthMeasure

The constant that defines the quadratic term in the equation which defines the relation between curvature and arc length for the curve.

3 LinearTerm OPTIONAL IfcLengthMeasure

The constant that defines the linear term in the equation which defines the relation between curvature and arc length for the curve.

4 ConstantTerm OPTIONAL IfcLengthMeasure

The constant that defines the constant term in the equation which defines the relation between curvature and arc length for the curve.

Table 8.9.3.60.D

8.9.3.60.4 Formal representation

ENTITY IfcSecondOrderPolynomialSpiral
SUBTYPE OF (IfcSpiral);
QuadraticTerm : IfcLengthMeasure;
LinearTerm : OPTIONAL IfcLengthMeasure;
ConstantTerm : OPTIONAL IfcLengthMeasure;
END_ENTITY;

8.9.3.60.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.3.60.6 Changelog

8.9.3.60.6.1 IFC4.3_DEV_738df036

  • New resource