You are here: Start » AVL.NET » AVL.CropPoint3DGridToRegion Method
AVL.CropPoint3DGridToRegion Method
Removes points that are not present in a given region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropPoint3DGridToRegion( AvlNet.Point3DGrid inPoint3DGrid, AvlNet.Region inRegion, out AvlNet.Point3DGrid outPoint3DGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3DGrid | AvlNet.Point3DGrid | |||
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | outPoint3DGrid | AvlNet.Point3DGrid |
Errors
| Error type | Description |
|---|---|
| DomainError | Input region exceeds grid dimensions in CropPoint3DGridToRegion. |


