Share

ProfileEntityCollection.AddFixedSymmetricParabolaByTwoPointsAndRadius(Point2d, Point2d, VerticalCurveType, Double) Method

Creates a fixed Symmetric Parabola defined by 2 pass-through points and radius.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ProfileParabolaSymmetric AddFixedSymmetricParabolaByTwoPointsAndRadius(
	Point2d point1,
	Point2d point2,
	VerticalCurveType curType,
	double radius
)

VB

Public Function AddFixedSymmetricParabolaByTwoPointsAndRadius ( 
	point1 As Point2d,
	point2 As Point2d,
	curType As VerticalCurveType,
	radius As Double
) As ProfileParabolaSymmetric

C++

public:
ProfileParabolaSymmetric^ AddFixedSymmetricParabolaByTwoPointsAndRadius(
	Point2d point1, 
	Point2d point2, 
	VerticalCurveType curType, 
	double radius
)

Parameters

point1  Point2d
The first pass-through point.
point2  Point2d
The second pass-through point.
curType  VerticalCurveType
Specifies the vertical curve type, crest or sag.
radius  Double
The radius value.

Return Value

ProfileParabolaSymmetric

Remarks

Point2d.X and Point2d.Y are the profile's station and elevation respectively.

See Also

Reference

Was this information helpful?