Clothoid

This class represents the concept Clothoid (Euler spiral). Length is defined away from the origin (negative length means going in the direction of the origin).

Class

class GeometricItem
   relation material
      range Material, cardinality [0, 1]
class Curve
class Clothoid
   relation direction
      range Vector, cardinality [1, 1]
   property A
      range double (64 bit), cardinality [1, 1]
   property length
      range double (64 bit), cardinality [1, 1]
   property orientation
      range integer (64 bit), cardinality [0, 1]
   property radius
      range double (64 bit), cardinality [0, 1]
   property segmentationParts
      range integer (64 bit), cardinality [0, 1]