OpenRoads Designer CONNECT Edition SDK Help

CalculateStartAbscissa Method

Computes start abscissa of the clothoid

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 static doubleCalculateStartAbscissa(int  spiralType,double parameter,double length,double radius1)

Parameters

SettingDescription
   Type of the clothoid
   Parameter of the clothoid
   Length of the clothoid
   Start radius of the clothoid

Return Value

Start abscissa of the clothoid

See Also