ProfileEntityCollectionAddFixedSymmetricParabolaByTwoPointsAndK(Point2d, Point2d, VerticalCurveType, Double) Method |
Creates a fixed Symmetric Parabola defined by 2 pass-through points and K value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileParabolaSymmetric AddFixedSymmetricParabolaByTwoPointsAndK(
Point2d point1,
Point2d point2,
VerticalCurveType curveType,
double k
)
Public Function AddFixedSymmetricParabolaByTwoPointsAndK (
point1 As Point2d,
point2 As Point2d,
curveType As VerticalCurveType,
k As Double
) As ProfileParabolaSymmetric
public:
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByTwoPointsAndK(
Point2d point1,
Point2d point2,
VerticalCurveType curveType,
double k
)
Parameters
- point1 Point2d
- The first pass-through point.
- point2 Point2d
- The second pass-through point.
- curveType VerticalCurveType
- Specifies the vertical curve type, crest or sag.
- k Double
- The K value.
Return Value
ProfileParabolaSymmetric
Remarks
Point2d.X and Point2d.Y are the profile's station and elevation respectively.
See Also