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

Invoke.PathAlongPath

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathAlongPath
(
	Avl.Path inPath,
	Avl.Path inAxis,
	Avl.Axis inAxisType,
	float inAxisCoordinate,
	bool inInverse,
	Avl.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inAxisAvl.PathInput axis path.
inAxisTypeAvl.AxisYType of axis the input axis path is parallel to. Default value: Y.
inAxisCoordinatefloat0.0fCoordinate of the axis path. Default value: 0.0f.
inInverseboolTrueSwitches to the inverse operation. Default value: True.
outPathAvl.PathTransformed path.

See also