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