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

FIS.TranslatePoint3D_Toward Method

Translates a point in 3D towards another point in 3D by a specified distance.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePoint3D_Toward
(
	FilNet.Point3D inPoint3D,
	FilNet.Point3D inTargetPoint,
	float inDistance,
	bool inInverse,
	out FilNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inTargetPointFilNet.Point3DDefines the direction of the translation.
inDistancefloatThe distance between inPoint3D and outPoint3D.
inInverseboolSwitches to the inverse operation.
outPoint3DFilNet.Point3D

See also