You are here: Start » AVL.NET » Invoke.SplitPoint3DGridByPlane

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
inPoint3DGridAvl.Point3DGrid
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
inPlaneAvl.Plane3DPlane used for splitting.
outPoint3DGrid1Avl.Point3DGridGrid of points with positive signed distance to the input plane.
outPoint3DGrid2Avl.Point3DGridGrid of points with negative signed distance to the input plane.

See also