You are here: Start » FIL.NET » FIS.SplitPoint3DGridByPlane Method
FIS.SplitPoint3DGridByPlane Method
Separates the points being on one side of the input plane from the others.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SplitPoint3DGridByPlane ( FilNet.Point3DGrid inPoint3DGrid, FilNet.Plane3D inPlane, FilNet.Point3DGrid outPoint3DGrid1, FilNet.Point3DGrid outPoint3DGrid2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | |||
![]() | 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. |