You are here: Start » AVL.NET » AVL.PathAlongArc(AvlNet.Path, AvlNet.Arc2D, AvlNet.Axis, float, bool, AvlNet.Path)

AVL.PathAlongArc(AvlNet.Path, AvlNet.Arc2D, AvlNet.Axis, float, bool, AvlNet.Path)

Transforms a path to a coordinate system in which the 'axis' arc is vertical or horizontal.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathAlongArc(
	AvlNet.Path inPath,
	AvlNet.Arc2D inAxis,
	AvlNet.Axis inAxisType,
	float inAxisCoordinate,
	bool inInverse,
	out AvlNet.Path outPath
)

Parameters

inPath
Type: AvlNet.Path
Input path
inAxis
Type: AvlNet.Arc2D
Input axis arc
inAxisType
Type: AvlNet.Axis
Type of axis the input axis arc is parallel to
inAxisCoordinate
Type: System.Single
Coordinate of the axis arc
inInverse
Type: System.Boolean
Switches to the inverse operation
outPath
Type: AvlNet.Path
Transformed path

See also