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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public AlignmentArc AddFixedCurve(
Point3d passThroughPoint1,
Vector3d directionAtPassThroughPoint1,
Point3d passThroughPoint2
) |
Visual Basic |
---|
Public Function AddFixedCurve ( _
passThroughPoint1 As Point3d, _
directionAtPassThroughPoint1 As Vector3d, _
passThroughPoint2 As Point3d _
) As AlignmentArc |
Visual C++ |
---|
public:
AlignmentArc^ AddFixedCurve(
Point3d passThroughPoint1,
Vector3d directionAtPassThroughPoint1,
Point3d passThroughPoint2
) |
Parameters
- passThroughPoint1
- Type: Point3d
First pass-through point of the AlignmentArc entity (point #1).
- directionAtPassThroughPoint1
- Type: Vector3d
Direction at first pass-through point #1.
- passThroughPoint2
- Type: Point3d
Second pass-through point of the AlignmentArc entity (point #2).
See Also