You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.MirrorPoint3DArray
Mirrors each point from the array according to the input plane.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MirrorPoint3DArray ( IList<FilNet.Point3D> inPoints3D, FilNet.Plane3D inPlane, IList<FilNet.Point3D> outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inPlane | FilNet.Plane3D | The plane being a mirror. | ||
![]() | outPoints3D | System.Collections.Generic.IList<FilNet.Point3D> |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Indefinite plane on input in MirrorPoint3DArray. |
Function Overrides
- MirrorPoint3DArray(IList<Point3D>, Plane3D, IList<Point3D>, Matrix)
- MirrorPoint3DArray(IList<Point3D>, Plane3D, IList<Point3D>, NullableRef<Matrix>)


