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