You are here: Start » FIL.NET » FIS.SurfaceBoundingBox Method
FIS.SurfaceBoundingBox Method
Computes the bounding box 3D of given surface.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceBoundingBox ( FilNet.Surface inSurface, out FilNet.Box3D outBoundingBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outBoundingBox3D | FilNet.Box3D | Bounding box of the surface points. |


