Creates PipeCurveGeometry by start point, end Point, and bulge.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public PipeCurveGeometry(
	Point3d startPoint,
	Point3d endPoint,
	double bulge
)
Visual Basic
Public Sub New ( _
	startPoint As Point3d, _
	endPoint As Point3d, _
	bulge As Double _
)
Visual C++
public:
PipeCurveGeometry(
	Point3d startPoint, 
	Point3d endPoint, 
	double bulge
)

Parameters

startPoint
Type: Point3d
endPoint
Type: Point3d
bulge
Type: System..::..Double

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the input parameters can't generate an arc on x,y plane.

See Also