SurfaceBoundingBox_OrNil


Computes the bounding box 3D of given surface; returns NIL if no valid point is present.

Syntax

C++
C#
Python
 
def SurfaceBoundingBox_OrNil(
	inSurface: Surface,
	/,
	*,
	inRoi: Region | None = None
)
-> outBoundingBox3D: Box3D | None

Parameters

Name Type Default Description
Input value inSurface Surface Input surface
Input value inRoi Region | None None Region of interest
Output value outBoundingBox3D Box3D | None Bounding box of the surface points