IfcSeventhOrderPolynomialSpiral

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC3 to IFC4x3_RC4
    IfcSeventhOrderPolynomialSpiralADDED
Semantic definitions at the entity
Entity 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:

formula

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:

formula

where:

formula

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

Attribute definitions
#AttributeTypeCardinalityDescription G
2SepticTermIfcLengthMeasure The constant that defines the septic term in the equation which defines the relation between curvature and arc length for the curve. X
3SexticTermIfcLengthMeasure? The constant that defines the sextic term in the equation which defines the relation between curvature and arc length for the curve. X
4QuinticTermIfcLengthMeasure? The constant that defines the quintic term in the equation which defines the relation between curvature and arc length for the curve. X
5QuarticTermIfcLengthMeasure? The constant that defines the quartic term in the equation which defines the relation between curvature and arc length for the curve. X
6CubicTermIfcLengthMeasure? The constant that defines the cubic term in the equation which defines the relation between curvature and arc length for the curve. X
7QuadraticTermIfcLengthMeasure? The constant that defines the quadratic term in the equation which defines the relation between curvature and arc length for the curve. X
8LinearTermIfcLengthMeasure? The constant that defines the linear term in the equation which defines the relation between curvature and arc length for the curve. X
9ConstantTermIfcLengthMeasure? The constant that defines the constant term in the equation which defines the relation between curvature and arc length for the curve. X
Inherited definitions from supertypes
Entity inheritance IfcSpiral IfcCurve IfcGeometricRepresentationItem IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE  The inverse attribute LayerAssignments has been added.
IFC4 CHANGE  The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE  The inverse attribute StyledByItem has been added.
X
IfcGeometricRepresentationItem
IfcCurve
Dim
:=IfcCurveDim(SELF)
IfcDimensionCountThe space dimensionality of this abstract class, defined differently for all subtypes, i.e. for IfcLine, IfcConic and IfcBoundedCurve. X
IfcSpiral
1PositionIfcAxis2Placement X
IfcSeventhOrderPolynomialSpiral
2SepticTermIfcLengthMeasure The constant that defines the septic term in the equation which defines the relation between curvature and arc length for the curve. X
3SexticTermIfcLengthMeasure? The constant that defines the sextic term in the equation which defines the relation between curvature and arc length for the curve. X
4QuinticTermIfcLengthMeasure? The constant that defines the quintic term in the equation which defines the relation between curvature and arc length for the curve. X
5QuarticTermIfcLengthMeasure? The constant that defines the quartic term in the equation which defines the relation between curvature and arc length for the curve. X
6CubicTermIfcLengthMeasure? The constant that defines the cubic term in the equation which defines the relation between curvature and arc length for the curve. X
7QuadraticTermIfcLengthMeasure? The constant that defines the quadratic term in the equation which defines the relation between curvature and arc length for the curve. X
8LinearTermIfcLengthMeasure? The constant that defines the linear term in the equation which defines the relation between curvature and arc length for the curve. X
9ConstantTermIfcLengthMeasure? The constant that defines the constant term in the equation which defines the relation between curvature and arc length for the curve. X
Formal representations
XML Specification
 <xs:element name="IfcSeventhOrderPolynomialSpiral" type="ifc:IfcSeventhOrderPolynomialSpiral" substitutionGroup="ifc:IfcSpiral" nillable="true"/>
 <xs:complexType name="IfcSeventhOrderPolynomialSpiral">
  <xs:complexContent>
   <xs:extension base="ifc:IfcSpiral">
    <xs:attribute name="SepticTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="SexticTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="QuinticTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="QuarticTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="CubicTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="QuadraticTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="LinearTerm" type="ifc:IfcLengthMeasure" use="optional"/>
    <xs:attribute name="ConstantTerm" type="ifc:IfcLengthMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
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;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page