MirrorPoint3D


Mirrors a point according to the input plane.

Syntax

C++
C#
Python
 
def MirrorPoint3D(
	inPoint3D: Point3D,
	inPlane: Plane3D,
	/,
	*,
	outTransform: Matrix | None = None
)
-> outPoint3D: Point3D

Parameters

Name Type Default Description
Input value inPoint3D Point3D
Input value inPlane Plane3D The plane being a mirror
Output value outPoint3D Point3D
Output value outTransform Matrix | None None Matrix of the transform used to mirror the input point