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
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Output value outValidPointsRegion Region Region of locations where points are valid
Output value outInvalidPointsRegion Region Region of locations where points are invalid