CropPoint3DGrid
Removes from the grid points that are not contained in a given rectangular box.
Syntax
C++
C#
Python
def CropPoint3DGrid( inPoint3DGrid: Point3DGrid, inXLimits: ValueLimits, inYLimits: ValueLimits, inZLimits: ValueLimits, outPoint3DGrid: Point3DGrid, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | ||
![]() |
inXLimits | ValueLimits | ||
![]() |
inYLimits | ValueLimits | ||
![]() |
inZLimits | ValueLimits | ||
![]() |
outPoint3DGrid | Point3DGrid |


