You are here: Start » AVL.NET » Invoke.ResizeBox3D

Invoke.ResizeBox3D

Changes the dimensions of a box in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeBox3D
(
	Avl.Box3D inBox3D,
	Avl.Anchor3D inAnchor,
	Optional<float> inNewXLength,
	Optional<float> inNewYLength,
	Optional<float> inNewZLength,
	out Avl.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DAvl.Box3DInput box in 3D.
inAnchorAvl.Anchor3DPoint of the box in 3D which position will not change.
inNewXLengthAtl.Optional<float><0.0f, INF>Target length of the box in x-coordinate. Default value: atl::NIL.
inNewYLengthAtl.Optional<float><0.0f, INF>Target length of the box in y-coordinate. Default value: atl::NIL.
inNewZLengthAtl.Optional<float><0.0f, INF>Target length of the box in z-coordinate. Default value: atl::NIL.
outBox3DAvl.Box3DResized box.

See also