You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » FIL.MirrorPoint3DGrid
Mirrors each grid point according to the input plane.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MirrorPoint3DGrid ( FilNet.Point3DGrid inGrid, FilNet.Plane3D inPlane, FilNet.Point3DGrid outGrid, FilNet.Matrix outTransform )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGrid | FilNet.Point3DGrid | |||
![]() | inPlane | FilNet.Plane3D | The plane being a mirror. | ||
![]() | outGrid | FilNet.Point3DGrid | |||
![]() | outTransform | FilNet.Matrix | Matrix of the transform used to mirror the input grid. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite plane on input in MirrorPoint3DGrid. |
Function Overrides
- MirrorPoint3DGrid(Point3DGrid, Plane3D, Point3DGrid)
- MirrorPoint3DGrid(Point3DGrid, Plane3D, Point3DGrid, NullableRef<Matrix>)


