OpenRoads Designer CONNECT Edition SDK Help

Clothoid(DPoint3d, Double, Double, Double, Double, Hand) Constructor

Initializes a new instance of the Clothoid class

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public Clothoid( DPoint3d startPoint,double startRadius,double endRadius,double length,double startDirection, Hand hand)

Parameters

SettingDescription
  DPoint3d Start point
   Start radius
   End Radius
   Length
   Start angle
  Hand Define a direction

See Also