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


