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

AVS.AvsFilter_AccessBox3D Method

Returns individual fields of a box in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessBox3D
(
	AvlNet.Box3D inBox3D,
	out float outX,
	out float outY,
	out float outZ,
	out float outXLength,
	out float outYLength,
	out float outZLength
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3DInput box in 3D.
outXfloatInput box x-coordinate.
outYfloatInput box y-coordinate.
outZfloatInput box z-coordinate.
outXLengthfloatLength in X axis.
outYLengthfloatLength in Y axis.
outZLengthfloatLength in Z axis.

See also