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