Creates a free Asymmetric Parabola constrained by a PVI and 2 parabola lengths.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileParabolaAsymmetric AddFreeAsymmetricParabolaByPVIAndLengths( ProfilePVI attachProfilePVI, double length1, double length2 )
VB
Public Function AddFreeAsymmetricParabolaByPVIAndLengths ( attachProfilePVI As ProfilePVI, length1 As Double, length2 As Double ) As ProfileParabolaAsymmetric
C++
public: ProfileParabolaAsymmetric^ AddFreeAsymmetricParabolaByPVIAndLengths( ProfilePVI^ attachProfilePVI, double length1, double length2 )
Parameters
- attachProfilePVI ProfilePVI
- The PVI to attach to.
- length1 Double
- The length of the parabola in.
- length2 Double
- The length of the parabola out.
Return Value
ProfileParabolaAsymmetricExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the specified ProfilePVI already has curve attached, or it is at the end of the profile. |