Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » SurfaceBoxToRegion
SurfaceBoxToRegion
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | Vision3DStandard |
Finds the surface region covered by surface box.
Applications: Transformation of objects defined in the surface coordinate system to the associated surface region.
Syntax
C++
C#
void fil::SurfaceBoxToRegion ( const fil::Box3D& inSurfaceBox, const fil::SurfaceFormat& inSurfaceFormat, fil::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurfaceBox | const Box3D& | ||
![]() |
inSurfaceFormat | const SurfaceFormat& | Surface format for which the output region will be defined | |
![]() |
outRegion | Region& | Output region |


