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 | |
|---|---|---|---|---|
![]() |
inPoints3D | list[Point3D] | ||
![]() |
inPlane | Plane3D | The plane being a mirror | |
![]() |
outPoints3D | list[Point3D] | ||
![]() |
outTransform | Matrix | None | None | Matrix of the transform used to mirror the input points |


