ProfileEntityCollectionAddFixedSymmetricParabolaByThreePoints(Point3d, Point3d, Point3d) Method |
Note: This API is now obsolete.
Creates a fixed Symmetric Parabola defined by 3 pass-through points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use the overload method which takes Point2d as parameter(s).",
false)]
public ProfileParabolaSymmetric AddFixedSymmetricParabolaByThreePoints(
Point3d point,
Point3d point2,
Point3d point3
)
<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
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.
Return Value
ProfileParabolaSymmetric
See Also