MirrorPoint3DGrid


Mirrors each grid point according to the input plane.

Syntax

C++
C#
Python
 
def MirrorPoint3DGrid(
	inGrid: Point3DGrid,
	inPlane: Plane3D,
	outGrid: Point3DGrid,
	/,
	*,
	outTransform: Matrix | None = None
)
-> None

Parameters

Name Type Default Description
Input value inGrid Point3DGrid
Input value inPlane Plane3D The plane being a mirror
Output value outGrid Point3DGrid
Output value outTransform Matrix | None None Matrix of the transform used to mirror the input grid