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,
	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.
outBox3DFilNet.Box3DResized box.

Function Overrides

See also