Click or drag to resize

SurfaceAlgorithms Enumeration

Type of Surface Meshing Algorithm to use.

Namespace: ema3d.Api.V25.Charging.Meshing
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public enum SurfaceAlgorithms
Members
Member nameValueDescription
MeshAdapt1 Mesh Adaptation surface meshing algorithm.
Automatic2 Automatically choose a surface meshing algorithm.
Initial3 Initial Node surface meshing algorithm.
Delaunay5 Delaunay surface meshing algorithm.
FDelaunay6 Delaunay surface meshing algorithm.
BAMG7 BAMG surface meshing algorithm.
FDelaunayQuad8 Delauanay Quad surface meshing algorithm.
PackParallel9 Parallel Pack surface meshing algorithm.
See Also