Adds a bend by adding a PI to pipe run path with a specified point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276
Syntax
C#
public ObjectId AddBendByPI( Point2d point2d )
VB
Public Function AddBendByPI ( point2d As Point2d ) As ObjectId
C++
public: ObjectId AddBendByPI( Point2d point2d )
Parameters
- point2d Point2d
- 2D point as PI location.
Return Value
ObjectIdThe object id of the newly added bend.