You are here: Start » FIL.NET » Invoke.PointAlongArc

Invoke.PointAlongArc

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointAlongArc
(
	Fil.Point2D inPoint,
	Fil.Arc2D inAxis,
	Fil.Axis inAxisType,
	float inAxisCoordinate,
	bool inInverse,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFil.Point2DInput point.
inAxisFil.Arc2DInput axis arc.
inAxisTypeFil.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.
outPointFil.Point2DTransformed point.

See also