Share

AlignmentEntityCollection.AddFloatingCurve(Point3d, Vector3d, Int32) Method

Creates an AlignmentArc entity defined by a next 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(
	Point3d passThroughPoint,
	Vector3d directionAtPassThroughPoint,
	int nextEntityId
)

VB

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

C++

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

Parameters

passThroughPoint  Point3d
pass-through point of arc entity.
directionAtPassThroughPoint  Vector3d
Direction at pass-through point.
nextEntityId  Int32
Next entity identifier.

Return Value

AlignmentArc

See Also

Reference

Was this information helpful?