Surface Reconstruction Plugin API reference

The list of API functions below allows you to construct a shape from a point cloud. The plugin wraps some functions from the CGAL library.

simExtSurfaceReconstruction_reconstruct

Description Constructs a shape from a point cloud.
Lua synopsis number shapeHandle=simExtSurfaceReconstruction_reconstruc(number pointCloudHandle, number algorithm)
Lua parameters
pointCloudHandle: a handle to a point cloud.
algorithm: the reconstruction algorithm to use
Lua return values
shapeHandle: handle of the constructed shape



Constants

Algorithm

sim_surfacereconstruction_algorithm_scalespace
sim_surfacereconstruction_algorithm_poisson
sim_surfacereconstruction_algorithm_advancingfront