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 | |
|---|---|---|---|---|
![]() |
inGrid | Point3DGrid | ||
![]() |
inPlane | Plane3D | The plane being a mirror | |
![]() |
outGrid | Point3DGrid | ||
![]() |
outTransform | Matrix | None | None | Matrix of the transform used to mirror the input grid |


