PressurePipeRunRemoveVerticalBendByPVI Method |
Removes a vertical bend by removing a PVI from pipe run profile with specified station and elevation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveVerticalBendByPVI(
double station,
double elevation
)
Public Sub RemoveVerticalBendByPVI (
station As Double,
elevation As Double
)
public:
void RemoveVerticalBendByPVI(
double station,
double elevation
)
Parameters
- station Double
- Station value of the PVI.
- elevation Double
- Elevation value of the PVI.
Remarks
The PVI on specified station and elevation with the nearby vertical bend are removed,
the two connected pipes of vertical bend are merged into one.
See Also