PipeCurveGeometry(Point3d, Point2d, Point3d, Boolean) Constructor |
Creates PipeCurveGeometry by start point, second point, center point of arc, end Point, and isClockwise flag.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PipeCurveGeometry(
Point3d startPoint,
Point2d centerPoint,
Point3d endPoint,
bool isClockwise
)
Public Sub New (
startPoint As Point3d,
centerPoint As Point2d,
endPoint As Point3d,
isClockwise As Boolean
)
public:
PipeCurveGeometry(
Point3d startPoint,
Point2d centerPoint,
Point3d endPoint,
bool isClockwise
)
Parameters
- startPoint Point3d
-
- centerPoint Point2d
-
- endPoint Point3d
-
- isClockwise Boolean
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the input parameters can't generate an arc on x,y plane.
|
See Also