BRepMesh_IncrementalMesh vs BRepMesh_FastDiscret

Does anyone knows the difference between
BRepMesh_FastDiscret and BRepMesh_IncrementalMesh ?

Avantages / limitations ?

Thank you

Rob Bachrach's picture

BRepMesh_IncrementalMesh actually calls BRepMesh_FastDiscret. In general, IncrementalMesh will not remesh the shape if a previous mesh exists with a equal or smaller deflection.

Rob