TranslateSurface
Translates a surface by a vector.
Syntax
C++
C#
Python
def TranslateSurface( inSurface: Surface, inDelta: Vector3D, outSurface: Surface, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outSurface | Surface | Translated surface |


