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

FIS.ResizeBox3D_Relative Method

Resizes a box in 3D to relatively defined dimensions.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeBox3D_Relative
(
	FilNet.Box3D inBox3D,
	FilNet.Anchor3D inAnchor,
	float inXScale,
	float inYScale,
	float inZScale,
	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.
inXScalefloat<0.0f, INF>1.0fScale factor in X axis. Default value: 1.0f.
inYScalefloat<0.0f, INF>1.0fScale factor in Y axis. Default value: 1.0f.
inZScalefloat<0.0f, INF>1.0fScale factor in Z axis. Default value: 1.0f.
outBox3DFilNet.Box3DResized box.

See also