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

Invoke.ResizeBox3D

Changes the dimensions of a box in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DFil.Box3DInput box in 3D.
inAnchorFil.Anchor3DPoint of the box in 3D which position will not change.
inNewXLengthFtl.Optional<float><0.0f, INF>Target length of the box in x-coordinate. Default value: ftl::NIL.
inNewYLengthFtl.Optional<float><0.0f, INF>Target length of the box in y-coordinate. Default value: ftl::NIL.
inNewZLengthFtl.Optional<float><0.0f, INF>Target length of the box in z-coordinate. Default value: ftl::NIL.
outBox3DFil.Box3DResized box.

See also