TranslatePoint3D
Translates a point by a vector.
Syntax
C++
C#
Python
def TranslatePoint3D( inPoint3D: Point3D, inDelta: Vector3D, /, *, inInverse: bool = False ) -> outPoint3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPoint3D | Point3D |


