Skip to content
Snippets Groups Projects
Commit 0b17de69 authored by mattijs's avatar mattijs
Browse files

ENH: sampleDist: added option

parent 1577a3a0
Branches
Tags
No related merge requests found
......@@ -272,10 +272,12 @@ surfaces
// Distance to surface
distance 0.0;
//cell false;// optional: use isoSurface instead
// of isoSurfaceCell
interpolate false;
regularise false; // Optional: do not simplify
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
// to merge points (default=1e-6)
regularise false; // Optional: do not simplify
// mergeTol 1e-10; // Optional: fraction of mesh bounding box
// to merge points (default=1e-6)
}
triSurfaceSampling
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment