Creates PipeCurveGeometry by start point, second point, and end Point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public PipeCurveGeometry(
Point3d startPoint3d,
Point2d secondPoint,
Point3d endPoint
) |
| Visual Basic |
|---|
Public Sub New ( _
startPoint3d As Point3d, _
secondPoint As Point2d, _
endPoint As Point3d _
) |
| Visual C++ |
|---|
public:
PipeCurveGeometry(
Point3d startPoint3d,
Point2d secondPoint,
Point3d endPoint
) |
Parameters
- startPoint3d
- Type: Point3d
- secondPoint
- Type: Point2d
- endPoint
- Type: Point3d
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the input parameters can't generate an arc on x,y plane.
|
See Also