Table of Contents

Enum SurfaceReconstructionMethod

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Methods for reconstructing surfaces from point clouds.

public enum SurfaceReconstructionMethod

Fields

AlphaShape = 3

Alpha shape algorithm.

BallPivoting = 1

Ball pivoting algorithm (preserves sharp features).

MarchingCubes = 2

Marching cubes on a voxel grid.

Poisson = 0

Poisson surface reconstruction (smooth, watertight meshes).