You are here: Start » FIL.NET » Invoke.SplitPoint3DGridByPlane
Separates the points being on one side of the input plane from the others.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SplitPoint3DGridByPlane ( Fil.Point3DGrid inPoint3DGrid, Optional<Fil.Region> inRoi, Fil.Plane3D inPlane, Fil.Point3DGrid outPoint3DGrid1, Fil.Point3DGrid outPoint3DGrid2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | Fil.Point3DGrid | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inPlane | Fil.Plane3D | Plane used for splitting. | ||
![]() | outPoint3DGrid1 | Fil.Point3DGrid | Grid of points with positive signed distance to the input plane. | ||
![]() | outPoint3DGrid2 | Fil.Point3DGrid | Grid of points with negative signed distance to the input plane. |