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

FIS.PointToSegmentDistance3D Method

Measures the distance between a 3D point and a segment in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointToSegmentDistance3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Segment3D inSegment3D,
	float inResolution,
	out float outDistance,
	INullable<FilNet.Segment3D> outConnectingSegment3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inSegment3DFilNet.Segment3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat
outConnectingSegment3DFilNet.INullable<FilNet.Segment3D> Can be null to skip this parameter calculation.

Function Overrides

See also