You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPlane | Fil.Plane3D | Input plane. | ||
![]() | inDelta | Fil.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPlane | Fil.Plane3D | Shifted plane. |