You are here: Start » FIL.NET » FIS.ResizeBox3D Method

FIS.ResizeBox3D Method

Changes the dimensions of a box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeBox3D
(
	FilNet.Box3D inBox3D,
	FilNet.Anchor3D inAnchor,
	float? inNewXLength,
	float? inNewYLength,
	float? inNewZLength,
	out FilNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3DInput box in 3D.
inAnchorFilNet.Anchor3DPoint of the box in 3D which position will not change.
inNewXLengthfloat?<0.0f, INF>Target length of the box in x-coordinate. Default value: ftl::NIL.
inNewYLengthfloat?<0.0f, INF>Target length of the box in y-coordinate. Default value: ftl::NIL.
inNewZLengthfloat?<0.0f, INF>Target length of the box in z-coordinate. Default value: ftl::NIL.
outBox3DFilNet.Box3DResized box.

Function Overrides

See also