Item | SPF | XML | Change | Description | IFC4x3_RC3 to IFC4x3_RC4 |
---|---|---|---|---|
IfcSeventhOrderPolynomialSpiral | ADDED |
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:
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 = ContantTermand the seventh order polynomial spiral is parameterized as:
where:
and the parametric range is: -∞ < u < ∞.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
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. | X | |
3 | SexticTerm | IfcLengthMeasure | ? | The constant that defines the sextic term in the equation which defines the relation between curvature and arc length for the curve. | X |
4 | QuinticTerm | IfcLengthMeasure | ? | The constant that defines the quintic term in the equation which defines the relation between curvature and arc length for the curve. | X |
5 | QuarticTerm | IfcLengthMeasure | ? | The constant that defines the quartic term in the equation which defines the relation between curvature and arc length for the curve. | X |
6 | CubicTerm | IfcLengthMeasure | ? | The constant that defines the cubic term in the equation which defines the relation between curvature and arc length for the curve. | X |
7 | QuadraticTerm | IfcLengthMeasure | ? | The constant that defines the quadratic term in the equation which defines the relation between curvature and arc length for the curve. | X |
8 | LinearTerm | IfcLengthMeasure | ? | The constant that defines the linear term in the equation which defines the relation between curvature and arc length for the curve. | X |
9 | ConstantTerm | IfcLengthMeasure | ? | The constant that defines the constant term in the equation which defines the relation between curvature and arc length for the curve. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @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 | |
StyledByItem | IfcStyledItem @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) | IfcDimensionCount | The space dimensionality of this abstract class, defined differently for all subtypes, i.e. for IfcLine, IfcConic and IfcBoundedCurve. | X | ||
IfcSpiral | |||||
1 | Position | IfcAxis2Placement | X | ||
IfcSeventhOrderPolynomialSpiral | |||||
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. | X | |
3 | SexticTerm | IfcLengthMeasure | ? | The constant that defines the sextic term in the equation which defines the relation between curvature and arc length for the curve. | X |
4 | QuinticTerm | IfcLengthMeasure | ? | The constant that defines the quintic term in the equation which defines the relation between curvature and arc length for the curve. | X |
5 | QuarticTerm | IfcLengthMeasure | ? | The constant that defines the quartic term in the equation which defines the relation between curvature and arc length for the curve. | X |
6 | CubicTerm | IfcLengthMeasure | ? | The constant that defines the cubic term in the equation which defines the relation between curvature and arc length for the curve. | X |
7 | QuadraticTerm | IfcLengthMeasure | ? | The constant that defines the quadratic term in the equation which defines the relation between curvature and arc length for the curve. | X |
8 | LinearTerm | IfcLengthMeasure | ? | The constant that defines the linear term in the equation which defines the relation between curvature and arc length for the curve. | X |
9 | ConstantTerm | IfcLengthMeasure | ? | The constant that defines the constant term in the equation which defines the relation between curvature and arc length for the curve. | X |
<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>
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;