AlignmentEntityCollectionAddFixedCurve(Point3d, Vector3d, Point3d) Method

Creates an AlignmentArc entity defined by an initial pass-through point, a direction at the initial pass-through point, and a second pass-through point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentArc AddFixedCurve(
	Point3d passThroughPoint1,
	Vector3d directionAtPassThroughPoint1,
	Point3d passThroughPoint2
)

Parameters

passThroughPoint1  Point3d
First pass-through point of the AlignmentArc entity (point #1).
directionAtPassThroughPoint1  Vector3d
Direction at first pass-through point #1.
passThroughPoint2  Point3d
Second pass-through point of the AlignmentArc entity (point #2).

Return Value

AlignmentArc
See Also