SurfaceValidPointsRegion
Computes region of locations where points are valid in a surface and where they are invalid.
Syntax
C++
C#
Python
def SurfaceValidPointsRegion( inSurface: Surface, outValidPointsRegion: Region, outInvalidPointsRegion: Region, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inRoi | Region | None | None | Region of interest |
![]() |
outValidPointsRegion | Region | Region of locations where points are valid | |
![]() |
outInvalidPointsRegion | Region | Region of locations where points are invalid |


