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

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
inPoint3DGridFil.Point3DGrid
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
inPlaneFil.Plane3DPlane used for splitting.
outPoint3DGrid1Fil.Point3DGridGrid of points with positive signed distance to the input plane.
outPoint3DGrid2Fil.Point3DGridGrid of points with negative signed distance to the input plane.

See also