You are here: Start » AVL.NET » AVL.FitArcToPath(AvlNet.Path, AvlNet.CircleFittingMethod, AvlNet.Arc2D?)

AVL.FitArcToPath(AvlNet.Path, AvlNet.CircleFittingMethod, AvlNet.Arc2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitArcToPath(
	AvlNet.Path inPath,
	AvlNet.CircleFittingMethod inFittingMethod,
	out AvlNet.Arc2D? outArc
)

Parameters

inPath
Type: AvlNet.Path
inFittingMethod
Type: AvlNet.CircleFittingMethod
outArc
Type: System.Nullable<AvlNet.Arc2D>

See also