OpenRoads Designer CONNECT Edition SDK Help

ProfileParabola(DPoint3d, Double, Double, Double) Constructor

Initializes a new instance of the ProfileParabola 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 ProfileParabola( DPoint3d origin,double coefficient,double startpar,double endpar)

Parameters

SettingDescription
  DPoint3d Origin of the parabola (summit)
   Coefficient (C = 2 / R)
   Start parameter
   End parameter

See Also