Creates an AlignmentArc entity defined by an initial pass-through point, a second pass-through point, and a direction at the second pass-through point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentArc AddFixedCurve( Point3d passThroughPoint1, Point3d passThroughPoint2, Vector3d directionAtPassThroughPoint2 )
VB
Public Function AddFixedCurve ( passThroughPoint1 As Point3d, passThroughPoint2 As Point3d, directionAtPassThroughPoint2 As Vector3d ) As AlignmentArc
C++
public: AlignmentArc^ AddFixedCurve( Point3d passThroughPoint1, Point3d passThroughPoint2, Vector3d directionAtPassThroughPoint2 )
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).
- directionAtPassThroughPoint2 Vector3d
- Direction at second pass-through point #2.