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

FIS.TranslatePoint3D Method

Translates a point by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Vector3D inDelta,
	bool inInverse,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inDeltaFilNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D

See also