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