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

Invoke.RescalePoint3DGrid

Changes the distances of grid points to a reference point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also