CropPoint3DGridToRegion
Removes points that are not represented in a given region of the input grid.
Syntax
C++
C#
Python
def CropPoint3DGridToRegion( inPoint3DGrid: Point3DGrid, inRegion: Region, outPoint3DGrid: Point3DGrid, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | ||
![]() |
inRegion | Region | Input region | |
![]() |
outPoint3DGrid | Point3DGrid |


