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

FIS.PointAlongPath Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointAlongPath
(
	FilNet.Point2D inPoint,
	FilNet.Path inAxis,
	FilNet.Axis inAxisType,
	float inAxisCoordinate,
	bool inInverse,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2DInput point.
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.
outPointFilNet.Point2DTransformed point.

See also