You are here: Start » FIL.NET » FIL.RescalePoint3DGrid

FIL.RescalePoint3DGrid

Changes the distances of grid points to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RescalePoint3DGrid
(
	FilNet.Point3DGrid inGrid,
	FilNet.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	FilNet.Point3DGrid outGrid
)

Parameters

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

Errors

List of possible exceptions:

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

See also