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

Invoke.TranslatePoint3D_Toward

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslatePoint3D_Toward
(
	Fil.Point3D inPoint3D,
	Fil.Point3D inTargetPoint,
	float inDistance,
	bool inInverse,
	out Fil.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFil.Point3D
inTargetPointFil.Point3DDefines the direction of the translation.
inDistancefloatThe distance between inPoint3D and outPoint3D.
inInverseboolSwitches to the inverse operation.
outPoint3DFil.Point3D

See also