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