SurfaceBoundingBox


Computes the bounding box 3D of given surface.

Syntax

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

Parameters

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