You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TranslatePlane

FIL.TranslatePlane

Shifts a plane in 3D by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in TranslatePlane.

See also