8.9.3.63 IfcSeventhOrderPolynomialSpiral
8.9.3.63.1 Semantic definition
The IfcSeventhOrderPolynomialSpiral 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 seventh order formulae:
Figure 8.9.3.63.A Interpretation of the parameters:
C = SELF\IfcSpiral.Position.Location x = SELF\IfcSpiral.Position.P[1] y = SELF\IfcSpiral.Position.P[2] A7 = SepticTerm A6 = SexticTerm A5 = QuinticTerm A4 = QuarticTerm A3 = CubicTerm A2 = QuadraticTerm A1 = LinearTerm A0 = ContantTerm
and the seventh order polynomial spiral is parameterized as:
Figure 8.9.3.63.B where:
Figure 8.9.3.63.C and the parametric range is: -∞ < u < ∞.
8.9.3.63.2 Entity inheritance
-
- IfcCurve
- IfcAnnotationFillArea
- IfcBooleanResult
- IfcBoundingBox
- IfcCartesianPointList
- IfcCartesianTransformationOperator
- IfcCsgPrimitive3D
- IfcDirection
- IfcFaceBasedSurfaceModel
- IfcFillAreaStyleHatching
- IfcFillAreaStyleTiles
- IfcGeometricSet
- IfcHalfSpaceSolid
- IfcLightSource
- IfcPlacement
- IfcPlanarExtent
- IfcPoint
- IfcSectionedSpine
- IfcSegment
- IfcShellBasedSurfaceModel
- IfcSolidModel
- IfcSurface
- IfcTessellatedItem
- IfcTextLiteral
- IfcVector
8.9.3.63.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRepresentationItem (2) | |||
IfcCurve (1) | |||
IfcSpiral (1) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcSeventhOrderPolynomialSpiral (8) | |||
2 | SepticTerm | IfcLengthMeasure |
The constant that defines the septic term in the equation which defines the relation between curvature and arc length for the curve. |
3 | SexticTerm | OPTIONAL IfcLengthMeasure |
The constant that defines the sextic term in the equation which defines the relation between curvature and arc length for the curve. |
4 | QuinticTerm | OPTIONAL IfcLengthMeasure |
The constant that defines the quintic term in the equation which defines the relation between curvature and arc length for the curve. |
5 | QuarticTerm | OPTIONAL IfcLengthMeasure |
The constant that defines the quartic term in the equation which defines the relation between curvature and arc length for the curve. |
6 | CubicTerm | OPTIONAL IfcLengthMeasure |
The constant that defines the cubic term in the equation which defines the relation between curvature and arc length for the curve. |
7 | QuadraticTerm | OPTIONAL IfcLengthMeasure |
The constant that defines the quadratic term in the equation which defines the relation between curvature and arc length for the curve. |
8 | 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. |
9 | 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. |
8.9.3.63.4 Formal representation
ENTITY IfcSeventhOrderPolynomialSpiral SUBTYPE OF (IfcSpiral); SepticTerm : IfcLengthMeasure; SexticTerm : OPTIONAL IfcLengthMeasure; QuinticTerm : OPTIONAL IfcLengthMeasure; QuarticTerm : OPTIONAL IfcLengthMeasure; CubicTerm : OPTIONAL IfcLengthMeasure; QuadraticTerm : OPTIONAL IfcLengthMeasure; LinearTerm : OPTIONAL IfcLengthMeasure; ConstantTerm : OPTIONAL IfcLengthMeasure; END_ENTITY;