Creates an AlignmentArc entity defined by a center point, radius, and boolean value that specifies whether the direction is clockwise.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentArc AddFixedCurve( Point3d centerPoint, double radius, bool isClockwise )
VB
Public Function AddFixedCurve ( centerPoint As Point3d, radius As Double, isClockwise As Boolean ) As AlignmentArc
C++
public: AlignmentArc^ AddFixedCurve( Point3d centerPoint, double radius, bool isClockwise )
Parameters
- centerPoint Point3d
- Center point of the AlignmentArc entity.
- radius Double
- Radius of the AlignmentArc entity.
- isClockwise Boolean
- Specifies whether the AlignmentArc entity is created clockwise (True) or counter-clockwise (False).