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


