Item | SPF | XML | Change | Description | IFC4x3_RC2 to IFC4x3_RC3 |
---|---|---|---|---|
IfcSecondOrderPolynomialSpiral | ADDED | IFC4x3_RC3 to IFC4x3_RC4 | ||
IfcSecondOrderPolynomialSpiral | ||||
ConstantTerm | MODIFIED | Type changed from IfcReal to IfcLengthMeasure. |
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:
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 = ContantTermand the second order polynomial spiral is parameterized as:
where:
and the parametric range is: -∞ < u < ∞.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
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. | X | |
3 | 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 |
4 | 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 | ||
IfcSecondOrderPolynomialSpiral | |||||
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. | X | |
3 | 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 |
4 | 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="IfcSecondOrderPolynomialSpiral" type="ifc:IfcSecondOrderPolynomialSpiral" substitutionGroup="ifc:IfcSpiral" nillable="true"/>
<xs:complexType name="IfcSecondOrderPolynomialSpiral">
<xs:complexContent>
<xs:extension base="ifc:IfcSpiral">
<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 IfcSecondOrderPolynomialSpiral
SUBTYPE OF (IfcSpiral);
QuadraticTerm : IfcLengthMeasure;
LinearTerm : OPTIONAL IfcLengthMeasure;
ConstantTerm : OPTIONAL IfcLengthMeasure;
END_ENTITY;