You are here: Start » AVL.NET » AVS.PathAlongArc Method

AVS.PathAlongArc Method

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,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inAxisAvlNet.Arc2DInput axis arc.
inAxisTypeAvlNet.AxisYType of axis the input axis arc is parallel to. Default value: Y.
inAxisCoordinatefloat0.0fCoordinate of the axis arc. Default value: 0.0f.
inInverseboolTrueSwitches to the inverse operation. Default value: True.
outPathAvlNet.PathTransformed path.

See also