You are here: Start » AVL.NET » AVS.AvsFilter_MakeBox3D Method

AVS.AvsFilter_MakeBox3D Method

Creates a 3D box structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeBox3D
(
	float inX,
	float inY,
	float inZ,
	float inXLength,
	float inYLength,
	float inZLength,
	out AvlNet.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.
outBox3DAvlNet.Box3DOutput box 3D.

See also