AlignmentEntityCollectionAddFixedCurve(Point3d, Point3d, Boolean) Method |
Creates an AlignmentArc entity defined by a center point, a pass-through point, and a boolean value that specifies whether the direction is clockwise at the pass-through point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentArc AddFixedCurve(
Point3d centerPoint,
Point3d passThroughPoint,
bool isClockwise
)
Public Function AddFixedCurve (
centerPoint As Point3d,
passThroughPoint As Point3d,
isClockwise As Boolean
) As AlignmentArc
public:
AlignmentArc^ AddFixedCurve(
Point3d centerPoint,
Point3d passThroughPoint,
bool isClockwise
)
Parameters
- centerPoint Point3d
- Center point of the AlignmentArc entity.
- passThroughPoint Point3d
- Passthrough point of the AlignmentArc entity.
- isClockwise Boolean
- Specifies whether the AlignmentArc entity is created clockwise (True) or counter-clockwise (False).
Return Value
AlignmentArc
See Also