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
Input value inPlane Plane3D Input plane
Input value inDelta Vector3D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outPlane Plane3D Shifted plane