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

FIS.TestPoint3DInBox3D Method

Tests whether a point in 3D lies in a box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestPoint3DInBox3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Box3D inBox3D,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inBox3DFilNet.Box3D
outIsContainedbool

See also