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 | |
---|---|---|---|---|---|
![]() | inPlane | FilNet.Plane3D | Input plane. | ||
![]() | inDelta | FilNet.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPlane | FilNet.Plane3D | Shifted plane. |