You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » FIL.SplitPoint3DGridByPlane
Separates the points being on one side of the input plane from the others.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SplitPoint3DGridByPlane ( FilNet.Point3DGrid inPoint3DGrid, NullableRef<FilNet.Region> inRoi, FilNet.Plane3D inPlane, FilNet.Point3DGrid outPoint3DGrid1, FilNet.Point3DGrid outPoint3DGrid2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | |||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inPlane | FilNet.Plane3D | Plane used for splitting. | ||
![]() | outPoint3DGrid1 | FilNet.Point3DGrid | Grid of points with positive signed distance to the input plane. | ||
![]() | outPoint3DGrid2 | FilNet.Point3DGrid | Grid of points with negative signed distance to the input plane. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in SplitPoint3DGridByPlane. |