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

FIL.RescaleBox3D

Changes the distances of box in 3D to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RescaleBox3D
(
	FilNet.Box3D inBox3D,
	FilNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	out FilNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
inReferencePointFilNet.Point3DPoint to which the distances will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outBox3DFilNet.Box3D

Errors

List of possible exceptions:

Error type Description
DomainError Scale cannot be zero in an inverse rescaling of a box in RescaleBox3D.

See also