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

AVL.PathAlongPath(AvlNet.Path, AvlNet.Path, AvlNet.Axis, float, bool, AvlNet.Path)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

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

Errors

Error type Description
DomainError Empty path on input in PathAlongPath.

See also