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

FIS.PointToPlaneDistance3D Method

Measures the distance between a 3D point and a plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointToPlaneDistance3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Plane3D inPlane,
	float inResolution,
	out float outDistance,
	out FilNet.Segment3D outConnectingSegment3D,
	out float outSignedDistance
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inPlaneFilNet.Plane3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat
outConnectingSegment3DFilNet.Segment3D
outSignedDistancefloat

Function Overrides

See also