Adds a curve pipe by using the geometry information.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public ObjectId AddCurvePipe(
Point3d startPoint,
Vector2d startDir,
Point3d endPoint,
PressurePartSize partSize
) |
| Visual Basic |
|---|
Public Function AddCurvePipe ( _
startPoint As Point3d, _
startDir As Vector2d, _
endPoint As Point3d, _
partSize As PressurePartSize _
) As ObjectId |
| Visual C++ |
|---|
public:
ObjectId AddCurvePipe(
Point3d startPoint,
Vector2d startDir,
Point3d endPoint,
PressurePartSize^ partSize
) |
See Also