PressurePipeRunRemoveBendByPI Method |
Removes a bend by removing a PI from pipe run path with a specified nearby point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveBendByPI(
Point2d point2d
)
Public Sub RemoveBendByPI (
point2d As Point2d
)
public:
void RemoveBendByPI(
Point2d point2d
)
Parameters
- point2d Point2d
- 2D point nearby PI location.
Remarks
The bend and PI nearby the specified point are removed and the two connected pipes are merged into one.
See Also