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,
	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
)

Parameters

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

See Also