PressurePipeRunRemoveVerticalBendByPVI Method

Removes a vertical bend by removing a PVI from pipe run profile with specified station and elevation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
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