Note: This API is now obsolete.
Creates a fixed Symmetric Parabola defined by 3 pass-through points.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", false)] public ProfileParabolaSymmetric AddFixedSymmetricParabolaByThreePoints( Point3d point, Point3d point2, Point3d point3 )
VB
<ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).", false)> Public Function AddFixedSymmetricParabolaByThreePoints ( point As Point3d, point2 As Point3d, point3 As Point3d ) As ProfileParabolaSymmetric
C++
public: [ObsoleteAttribute(L"Use the overload method which takes Point2d as parameter(s).", false)] ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByThreePoints( Point3d point, Point3d point2, Point3d point3 )
Parameters
- point Point3d
- The first pass-through point.
- point2 Point3d
- The second pass-through point.
- point3 Point3d
- The third pass-through point.