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

FIS.FisFilter_MakeBox3D Method

Creates a 3D box structure from individual fields.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakeBox3D
(
	float inX,
	float inY,
	float inZ,
	float inXLength,
	float inYLength,
	float inZLength,
	out FilNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inXfloatInput x-coordinate.
inYfloatInput y-coordinate.
inZfloatInput z-coordinate.
inXLengthfloat<0.0f, INF>Input length in X axis.
inYLengthfloat<0.0f, INF>Input length in Y axis.
inZLengthfloat<0.0f, INF>Input length in Z axis.
outBox3DFilNet.Box3DOutput box 3D.

See also