You are here: Start » FIL.NET » FIS.PathAlongPath Method

FIS.PathAlongPath Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inAxisFilNet.PathInput axis path.
inAxisTypeFilNet.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.
outPathFilNet.PathTransformed path.

See also