Adds a curve pipe by using the geometry information.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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
)

Parameters

startPoint
Type: Point3d
The start point of the curve pipe.
secondPoint
Type: Point3d
The second point of the curve pipe.
endPoint
Type: Point3d
The end point of the curve pipe.
partSize
Type: Autodesk.Civil.DatabaseServices.Styles..::..PressurePartSize

See Also