Back to FabImage Library website
You are here: Start » Function Reference » Conversions » SurfaceToPoint3DGrid

SurfaceToPoint3DGrid
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Converts a surface object to a grid of points.
Syntax
C++
C#
void fil::SurfaceToPoint3DGrid ( const fil::Surface& inSurface, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSurface | const Surface& | Input surface | |
![]() |
outPoint3DGrid | Point3DGrid& | Output point grid |