You are here: Start » FIL.NET » FIS.TranslateSurface Method
FIS.TranslateSurface Method
Translates a surface by a vector.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TranslateSurface ( FilNet.Surface inSurface, FilNet.Vector3D inDelta, bool inInverse, FilNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inDelta | FilNet.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSurface | FilNet.Surface | Translated surface. |


