Removes a bend by removing a PI from pipe run path with a specified nearby point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public void RemoveBendByPI( Point2d point2d )
VB
Public Sub RemoveBendByPI ( point2d As Point2d )
C++
public: void RemoveBendByPI( Point2d point2d )
Parameters
- point2d Point2d
- 2D point nearby PI location.