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

AVS.CropPoint3DGridToRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inRegionAvlNet.RegionInput region.
outPoint3DGridAvlNet.Point3DGrid

See also