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

FIS.TranslatePlane Method

Shifts a plane in 3D by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslatePlane
(
	FilNet.Plane3D inPlane,
	FilNet.Vector3D inDelta,
	bool inInverse,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneFilNet.Plane3DInput plane.
inDeltaFilNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPlaneFilNet.Plane3DShifted plane.

See also