Share

PressurePipeRun.RemoveVerticalBendByPVI 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.7.0.1276

Syntax

C#

public void RemoveVerticalBendByPVI(
	double station,
	double elevation
)

VB

Public Sub RemoveVerticalBendByPVI ( 
	station As Double,
	elevation As Double
)

C++

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

Reference

Was this information helpful?