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

Invoke.TranslatePlane

Shifts a plane in 3D by a vector.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TranslatePlane
(
	Fil.Plane3D inPlane,
	Fil.Vector3D inDelta,
	bool inInverse,
	out Fil.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFil.Plane3DInput plane.
inDeltaFil.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPlaneFil.Plane3DShifted plane.

See also