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,
Point3d secondPoint,
Point3d endPoint,
PressurePartSize partSize
) |
Visual Basic |
---|
Public Function AddCurvePipe ( _
startPoint As Point3d, _
secondPoint As Point3d, _
endPoint As Point3d, _
partSize As PressurePartSize _
) As ObjectId |
Visual C++ |
---|
public:
ObjectId AddCurvePipe(
Point3d startPoint,
Point3d secondPoint,
Point3d endPoint,
PressurePartSize^ partSize
) |
See Also