You are here: Start » AVL.NET » AVS.SplitPoint3DGridByPlane Method

AVS.SplitPoint3DGridByPlane Method

Separates the points being on one side of the input plane from the others.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SplitPoint3DGridByPlane
(
	AvlNet.Point3DGrid inPoint3DGrid,
	AvlNet.Plane3D inPlane,
	AvlNet.Point3DGrid outPoint3DGrid1,
	AvlNet.Point3DGrid outPoint3DGrid2
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3DPlane used for splitting.
outPoint3DGrid1AvlNet.Point3DGridGrid of points with positive signed distance to the input plane.
outPoint3DGrid2AvlNet.Point3DGridGrid of points with negative signed distance to the input plane.

Function Overrides

See also