You are here: Start » FIL.NET » FIS.CropPoint3DGridToRegion Method

FIS.CropPoint3DGridToRegion Method

Removes points that are not represented in a given region of the input grid.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropPoint3DGridToRegion
(
	FilNet.Point3DGrid inPoint3DGrid,
	FilNet.Region inRegion,
	FilNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGrid
inRegionFilNet.RegionInput region.
outPoint3DGridFilNet.Point3DGrid

See also