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

Invoke.ResizeBox3D_Delta

Changes the dimensions of a box in 3D by adding some values.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeBox3D_Delta
(
	Avl.Box3D inBox3D,
	Avl.Anchor3D inAnchor,
	float inXLengthDelta,
	float inYLengthDelta,
	float inZLengthDelta,
	out Avl.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DAvl.Box3DInput box.
inAnchorAvl.Anchor3DPoint of the box in 3D which position will not change.
inXLengthDeltafloat0.0fValue added to length of the box in X axis. Default value: 0.0f.
inYLengthDeltafloat0.0fValue added to length of the box in X axis. Default value: 0.0f.
inZLengthDeltafloat0.0fValue added to length of the box in X axis. Default value: 0.0f.
outBox3DAvl.Box3DResized box.

See also