Share

AlignmentEntityCollection.AddFloatingCurve(Int32, Point3d, Vector3d) Method

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



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public AlignmentArc AddFloatingCurve(
	int previousEntityId,
	Point3d passThroughPoint,
	Vector3d directionAtPassThroughPoint
)

VB

Public Function AddFloatingCurve ( 
	previousEntityId As Integer,
	passThroughPoint As Point3d,
	directionAtPassThroughPoint As Vector3d
) As AlignmentArc

C++

public:
AlignmentArc^ AddFloatingCurve(
	int previousEntityId, 
	Point3d passThroughPoint, 
	Vector3d directionAtPassThroughPoint
)

Parameters

previousEntityId  Int32
Previous entity identifier.
passThroughPoint  Point3d
Pass-through point of arc entity.
directionAtPassThroughPoint  Vector3d
Direction at the pass-through point.

Return Value

AlignmentArc

See Also

Reference

Was this information helpful?