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

FIS.PointToArcDistance Method

Measures the distance between a point and an arc.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointToArcDistance
(
	FilNet.Point2D inPoint,
	FilNet.Arc2D inArc,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inArcFilNet.Arc2D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also