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

Invoke.RescalePoint3DArray

Changes the distances of array points to a reference point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescalePoint3DArray
(
	List<Fil.Point3D> inPoints3D,
	Fil.Point3D inReferencePoint,
	float inScale,
	bool inInverse,
	List<Fil.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Fil.Point3D>
inReferencePointFil.Point3DPoint to which the distances will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>

See also