MirrorPoint3DArray


Mirrors each point from the array according to the input plane.

Syntax

C++
C#
Python
 
def MirrorPoint3DArray(
	inPoints3D: list[Point3D],
	inPlane: Plane3D,
	/,
	*,
	outTransform: Matrix | None = None
)
-> outPoints3D: list[Point3D]

Parameters

Name Type Default Description
Input value inPoints3D list[Point3D]
Input value inPlane Plane3D The plane being a mirror
Output value outPoints3D list[Point3D]
Output value outTransform Matrix | None None Matrix of the transform used to mirror the input points