You are here: Start » AVL.NET » Invoke.CropPoint3DGridToRegion

Invoke.CropPoint3DGridToRegion

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropPoint3DGridToRegion
(
	Avl.Point3DGrid inPoint3DGrid,
	Avl.Region inRegion,
	Avl.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inPoint3DGridAvl.Point3DGrid
inRegionAvl.RegionInput region.
outPoint3DGridAvl.Point3DGrid

See also