You are here: Start » FIL.NET » Invoke.MirrorPoint3DGrid
Mirrors each grid point according to the input plane.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MirrorPoint3DGrid ( Fil.Point3DGrid inGrid, Fil.Plane3D inPlane, Fil.Point3DGrid outGrid, Optional<Fil.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | Fil.Point3DGrid | |||
![]() | inPlane | Fil.Plane3D | The plane being a mirror. | ||
![]() | outGrid | Fil.Point3DGrid | |||
![]() | outTransform | Ftl.Optional<Fil.Matrix> | Matrix of the transform used to mirror the input grid. |