ProfileEntityCollectionAddFixedSymmetricParabolaByThreePoints(Point2d, Point2d, Point2d) Method |
Creates a fixed Symmetric Parabola defined by 3 pass-through points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileParabolaSymmetric AddFixedSymmetricParabolaByThreePoints(
Point2d point,
Point2d point2,
Point2d point3
)
Public Function AddFixedSymmetricParabolaByThreePoints (
point As Point2d,
point2 As Point2d,
point3 As Point2d
) As ProfileParabolaSymmetric
public:
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByThreePoints(
Point2d point,
Point2d point2,
Point2d point3
)
Parameters
- point Point2d
- The first pass-through point.
- point2 Point2d
- The second pass-through point.
- point3 Point2d
- The third pass-through point.
Return Value
ProfileParabolaSymmetric
Remarks
Point2d.X and Point2d.Y are the profile's station and elevation respectively.
See Also