You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.ResizeBox3D

FIL.ResizeBox3D

Changes the dimensions of a box in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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