IfcClothoid

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC1 to IFC4x3_RC2
    IfcClothoidADDED
IFC4x3_RC2 to IFC4x3_RC3
    IfcClothoid
      PositionMODIFIEDInstantiation changed to OPTIONAL.
Semantic definitions at the entity
Entity definition

A clothoid is a planar curve in the form of a spiral. This curve has the property that the curvature varies linearly with the arc length.

NOTE Definition according to ISO 10303-42:2003

Interpretation of the data shall be as follows:

C = SELF\IfcSpiral.Position.Location  
x = SELF\IfcSpiral.Position.P[1] 
y = SELF\IfcSpiral.Position.P[2]   
A = ClothoidConstant

and the clothoid is parameterized as:

formula

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

The arc length s of the curve, from the point C, is given by the formula:

formula

The curvature κ and radius of the curvature ρ, at any point of the curve, are related to the arc length s by the formulae:

formula

NOTE Formulae adapted from clothoid defined in ISO 10303-42

Attribute definitions
#AttributeTypeCardinalityDescription G
2ClothoidConstantIfcLengthMeasure The constant which defines the relationship 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
IfcClothoid
2ClothoidConstantIfcLengthMeasure The constant which defines the relationship between curvature and arc length for the curve. X
Formal representations
XML Specification
 <xs:element name="IfcClothoid" type="ifc:IfcClothoid" substitutionGroup="ifc:IfcSpiral" nillable="true"/>
 <xs:complexType name="IfcClothoid">
  <xs:complexContent>
   <xs:extension base="ifc:IfcSpiral">
    <xs:attribute name="ClothoidConstant" type="ifc:IfcLengthMeasure" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcClothoid
 SUBTYPE OF (IfcSpiral);
  ClothoidConstant : IfcLengthMeasure;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page