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
Input value inSurface Surface Input surface
Input value inDelta Vector3D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outSurface Surface Translated surface