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

Invoke.PointToPlaneDistance3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointToPlaneDistance3D
(
	Fil.Point3D inPoint3D,
	Fil.Plane3D inPlane,
	float inResolution,
	out float outDistance,
	Optional<Fil.Segment3D> outConnectingSegment3D,
	Optional<float> outSignedDistance
)

Parameters

Name Type Range Default Description
inPoint3DFil.Point3D
inPlaneFil.Plane3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat
outConnectingSegment3DFtl.Optional<Fil.Segment3D>
outSignedDistanceFtl.Optional<float>

See also