PressurePipeRunAddVerticalBendByPVI Method |
Adds a vertical bend by PVI to pipe run profile with specified station and elevation.
If there is no PVI at specified station and elevation, will add a new PVI to pipe run profile.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AddVerticalBendByPVI(
double station,
double elevation
)
Public Function AddVerticalBendByPVI (
station As Double,
elevation As Double
) As ObjectId
public:
ObjectId AddVerticalBendByPVI(
double station,
double elevation
)
Parameters
- station Double
- Station value of the PVI.
- elevation Double
- Elevation value of the PVI.
Return Value
ObjectId
The object id of the newly added vertical bend.
Remarks
The pipe closest to the specified station and elevation is broken into two pipes
and a vertical bend which is best matching their angle is added to connect them.
2D location of the newly added vertical bend is a little different from the station and elevation,
since its connected pipes are required to update elevation then adjust its geometry.
See Also