TranslatePlane
Shifts a plane in 3D by a vector.
Syntax
C++
C#
Python
def TranslatePlane( inPlane: Plane3D, inDelta: Vector3D, /, *, inInverse: bool = False ) -> outPlane: Plane3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPlane | Plane3D | Input plane | |
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPlane | Plane3D | Shifted plane |


