You are here: Start » AVL.NET » Invoke.CreateArcPath

Invoke.CreateArcPath

Creates an open path containing cocircular, equidistant points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateArcPath
(
	Avl.Arc2D inArc,
	int inPointCount,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inArcAvl.Arc2D
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathAvl.PathOutput path.

See also