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


