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 | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
inRoi | Region | None | None | Region of interest |
![]() |
outBoundingBox3D | Box3D | Bounding box of the surface points |


