AlignmentEntityCollectionAddFixedCurve(Point3d, Point3d, Double, Boolean) Method

Creates an AlignmentArc entity defined by an initial pass-through point, a second pass-through point, the radius, and a boolean specifying whether the curve direction is clockwise.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentArc AddFixedCurve(
	Point3d passThroughPoint1,
	Point3d passThroughPoint2,
	double radius,
	bool isClockwise
)

Parameters

passThroughPoint1  Point3d
First pass-through point of the AlignmentArc entity (point #1).
passThroughPoint2  Point3d
Second pass-through point of the AlignmentArc entity (point #2).
radius  Double
Radius of the AlignmentArc entity.
isClockwise  Boolean
Specifies whether the AlignmentArc entity is created clockwise (True) or counter-clockwise (False).

Return Value

AlignmentArc
See Also