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
inPoint3DGridFilNet.Point3DGrid
inPlaneFilNet.Plane3DPlane used for splitting.
outPoint3DGrid1FilNet.Point3DGridGrid of points with positive signed distance to the input plane.
outPoint3DGrid2FilNet.Point3DGridGrid of points with negative signed distance to the input plane.

Function Overrides

See also