Skip to content

Commit

Permalink
[mt] update docs for reduceverts
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Jan 10, 2020
1 parent 78d9ed2 commit 70f7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithmtypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ making this algorithm useful for topological analysis.
- `iso` specifies the iso level to use for surface extraction.
- `eps` is the tolerence around a voxel corner to ensure manifold mesh generation.
- `reduceverts` reserved for future use.
- `reduceverts` (default: true) if false, vertices will not be unique and have repeated face references.
- `insidepositive` (default: false) set true if the sign convention inside the surface is positive, common for NRRD and DICOM data
"""
struct MarchingTetrahedra{T} <: AbstractMeshingAlgorithm
Expand Down

0 comments on commit 70f7a07

Please sign in to comment.