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

FIS.TranslatePoint3DArray Method

Translates an array of points by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePoint3DArray
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.Vector3D inDelta,
	bool inInverse,
	IList<FilNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inDeltaFilNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>

See also