Creates PipeCurveGeometry by start point, second point, center point of arc, end Point, and isClockwise flag.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PipeCurveGeometry( Point3d startPoint, Point2d centerPoint, Point3d endPoint, bool isClockwise )
VB
Public Sub New ( startPoint As Point3d, centerPoint As Point2d, endPoint As Point3d, isClockwise As Boolean )
C++
public: PipeCurveGeometry( Point3d startPoint, Point2d centerPoint, Point3d endPoint, bool isClockwise )
Parameters
- startPoint Point3d
- centerPoint Point2d
- endPoint Point3d
- isClockwise Boolean
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the input parameters can't generate an arc on x,y plane. |