forked from fangq/iso2mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
261 lines (236 loc) · 13.8 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
============================================================================
Iso2Mesh - a compact, powerful yet simple-to-use 3D mesh generator
----------------------------------------------------------------------------
Iso2Mesh ChangeLog (key features marked by *):
2018/07/19 (1.9.0, codename: Century Egg - final)
2018-07-19*[67ae478] update jsonlab to v1.8
2018-07-19 [0af072c] compiling jmeshlib and tetgen1.5 from source
2018-07-19 [c75ce08] use meshfix 1.2 from an old copy
2018-07-18 [f49286b] use system binaries first, then use locally built suffix-less binaries, then prebuilt ones
2018-07-18 [8d015f4] add makefile to compile all external tools and copy exe to bin
2018-07-18*[17bf732] add source codes for embedded tool for deployment
2018-06-27 [2baaf0d] fix bugs in meshinterp and meshremap when elemid contains nan
2018-06-26 [3413cf6] add meshremap and meshinterp to map values between a pair of meshes
2018-05-30 [f111940] add examples for readnirfast and savenirfast
2018-05-30*[6ec9dbc] support importing and exporting NIRFAST mesh files
2018-05-25 [312d1ff] nodevolume can be calculated using elemvolume
2018-05-02 [39bc663] fix missing command in the meshconn output
2018-04-11 [65a0f2a] Update tetgen1.5 executable for Windows to TetGen v1.5.1-beta1
2017-11-08*[98d9fb4] add extrudesurf function to expand an open surface into a solid
2017-10-02 [9f5e9f1] support cone trunk in meshacylinder
2017-09-13 [914d9e9] Fix bug in surf2mesh
2017-08-30*[a6070a9] add top and bottom faces for extrudecurve
2017-08-06 [6cd2747] merge phong's surfboolean, make s2m/surf2mesh support tetgen1.5
2017-07-19 [f6d8d7f] remove isoloated nodes for cell represented surfaces
2017-06-29 [4ff9ed9] support removing duplicated nodes in cell face input
2017-06-20 [dab6afe] close open surfaces by the bounding box
2017-06-20 [059f98a] support initial angle in orthdisk
2017-06-12 [5d22c41] apply a patch from Riccardo to correct surface orientation
2017-05-29 [48f30d5] update meshfix binary for windows, add 64bit meshfix from https://github.com/MarcoAttene/MeshFix-V2.1/
2017-05-11 [d11dbc4] add new function to create extruded surfaces from orthogonal 2D spline curves
2017-03-05 [41da47d] create 10-node tet from 4-node tet
2017/01/16 (1.8.0, codename: Deviled Egg - final)
1.**robust surface boolean operator based on Cork
2. update tetgen 1.5 to 1.5.1
3. new function: insurface for point-in-surface test
4.*new function: fillsurf for tesselating a closed surface
5. new function: surfvolume for calculating the volume of an enclosed surface
6.*new function: innersurf/outersurf: interior and exterior parts of a surface
7. meshcylinders supports a series of segments, also returns PLC
8. surfedge/volface return tet element id for the face triangles
9. plotmesh supports element-based colormap
10. s2v outputs mesh-to-voxel transformation matrix
11.*JSONlab updates to 1.5 Nominus alpha
12. display binary utility download URL when missing
13. faceneighbor returns row- or column-major facelist
14. fix half-voxel offset bug in cgalmesher
15. surf2vol and s2v now rasterize labeled surfaces and tetrahedral mesh
16. disable binary compression for Mac OS to avoid crashes
17. fix uniqedges edgemap output bug
2015/09/19 (1.7.9, codename: Deviled Egg - beta)
1. make v2m(method=cgalmesh) output repeatable
2.**JSONlab update to 1.1
3. qmeshcut allows to exact plane that are exactly parallel to the faces
4.*surf2mesh supports region-based volume control
5. fix getvarfrom workspace bug
6.*meshrefine can insert external nodes to the mesh
7. allow binsurface to mesh a 2d image
8.**significantly improved meshrefine - sizing field, new nodes etc
9. support OSX Yosemite
10. fix s2m face label bug
11.*plotmesh supports plotting 3d polyline and loop objects
12. extract junction lines from a surface group
13. extractloops now supports open contours
14. latticegrid - 3D lattice function
15.**GPU accelerated mesh rasterization - mesh2mask/mesh2vol/m2v (experimental)
16. add regular grid generation by meshgrid5 and meshgrid6
17. fix plotmesh bugs
18. export to GMSH format (by Riccardo Scorretti)
2013/07/16 (1.5.0, codename: Laba Porridge - final)
1.*label-wise mesh density control in CGAL 3D mesher (contributed by Peter Varga)
2. plotting mesh slices using "{x,y,z}=value" syntax in plotmesh selector
2013/01/20 (1.4.9, codename: Laba Porridge - beta)
1.*loadjson and savejson for unified 3D mesh data exchange
2. support COMSOL mphtxt file format (Donghyeon Kim)
3. raytrace outputs intersection element ID list
4.*qmeshcut supports more flexible mesh slicing options
5. plotmesh accepts cell array face list for general polyhedra handling
6. s2m supports 'cgalpoly' option
7. fix remeshsurf coordinate offset bug
8. return region seeds from v2s
9. new function meshrefine for mesh refinement
10. saving surface mesh to STL (ASCII or binary) format
11. new function meshacylinder to mesh a 3D cylinder
12.**surface mesh boolean operations (surfboolean) via GTS library
13. qmeshcut supports element-based value list
14. fast mesh intersection testing utilities surfboolean('self')
15.**self-intersecting surface repairing and decoupling using meshfix utility
16. export mesh to ABAQUS format
17.*add binaries for 32/64bit Intel Mac OS and Raspberry Pi (armhf)
18.*define a JSON-based mesh format (JMesh) for general-purpose data exchange
19. add surfreorient,readgts,savegts,uniqedges,raysurf,savejmesh and many more
2011/06/03 (1.0.1, codename: Mapo Tofu - Update 1)
1. added 64bit CGAL binaries for Linux (Windows/MacOS are not yet supported)
2.*plotmesh can use the 4th column of node input as colormap/value
3.*accept "cgalpoly" method option in v2m and vol2mesh
4. savemedit output supports the label column
5.*orient all triangles counter-clockwise for surface plotting
6. added edgeneighbors to report neighboring triangles in a surface
2011/02/27 (1.0.0, codename: Mapo Tofu)
1. fixed mwpath/mcpath octave warning
2. used consistent opt.distbound flag for cgalv2m and cgalv2s
3. fixed a bug in plotmesh to allow using plotting styles
4. added a method parameter in sms
5. fixed a bug in mergemesh with more than 2 inputs
6. added mesh quality metric function (Joe-Liu metric)
7.*added ray-tracing functions (using the Havel's method)
8.*robust and fast surface interior point determination
9.*label multi-part surfaces inside vol2surf
10. new functions surfplane/surfseeds/surfinterior/meshedge
11. use SVN revison number as the default extra version tag
2011/01/31 (0.9.9, codename: Mapo Tofu-RC1)
1.*specifying seeds for cgalsurf and cgalmesh modules
2.*perturbing isovalues to avoid non-manifold geometries
3. added plottetview to call tetview for mesh display on octave
4. added a new demo - a "hello world" example
5. speed optimization for octave
6. optimized memory use for surf2vol
7. made nodevolume support surfaces
8. added savemedit to export tetrahedral mesh in Medit format
9. compress most binaries with upx to save space
10. set up binary file extension fallback to help Mac users
11.*added functions to mesh simple geometries such as a sphere etc
12. added meshmerge to merge multiple meshes and surfaces
13. added s2v shortcut for surf2vol
14. updated cgalsurf to specify initial point cloud size
15. added iso2meshver to track version numbers
16. automatic handling of label column in face and elem plots
2010/07/14 (0.9.8, codename: Mapo Tofu-beta)
1.*added surf2vol, converting a closed surface to a binary volume
2. fixed deletemeshfile bug for Windows
3. automatic repairing when meshresample fails
4. fast faceneighbors unit
5.*added CGAL 3D mesher for robust meshing of segmented volumes
6. added CGAL 3D polyhedral mesher as an alternative to tetgen
7. corrected bugs in Laplacian+HC and Lowpass smoothing algorithms
8. added sms.m as the shortcut for surfsmooth
9. added exporters for DXF and VRML mesh formats
10. added user name to the temporary files to avoid permission conflict
11. added force-bounding-box option for surf2mesh
12. added nodevolume, elemvolume from FEMcore and meshreorient
13. added sortmesh to optimize node and element ordering
14.*mesh refinement using the 4-th column of surface node
15. thining a volumetric binary image
16.*added remeshsurf to repair self-intersecting surfaces
17. added demo scripts for remeshsurf and mesh smoothing
18. unify help text format, add bash script to generate function list
19. use opt.side to specify upper/lower interface of a labeled region
20.*added a mesh plotting function - plotmesh
2009/05/04 (0.8.0, codename: Hotpot)
1. added stopping criteria for cgalsurf surface extractor to
avoid hanging for certain datasets
2.*added support for mesh generation from 3D gray-scale images
3. more robust and fast imedge3d (thanks to Aslak Grinsted)
4. fixed the origins for 'simplify' and 'cgalsurf', the origin is now
set to the exterior vertex for voxel (1,1,1) (as a cube)
5. updated documents
6. renamed "bound" to "face" to avoid confusions
7.*added v2m, v2s and s2m as the shortcuts for vol2mesh, vol2surf
and surf2mesh, respectively; added demo script for shortcuts
8. mcpath searches <iso2mesh>/bin first, no PATH setting is required
(thanks to Aslak Grinsted)
9. many other minor fixes and cleaning
2009/02/11 (0.7.9-1, codename: Hotpot-beta)
1. compiled all the binaries on Mac OS (PowerPC) and
tested on an Intel Mac
2.*recompiled all linux and windows binaries with optimized speed
and reduced system dependencies
3. speeded up bounary field calculation with dedicated imedge3d
4. added TODO
2009/02/07 (0.7.9, codename: Hotpot-alpha)
1.*incorporated CGAL Surface mesher as the default vol2surf
mesh extraction scheme (thank to Pierre Alliez's suggestion
and Laurent Rineau and Mariette Yvinec for developing this utility)
2. added sub-region labeling for multi-valued images
3. added cgalsurf binaries for Windows
4. tested the toolbox with Octave for Windows on a vista machine,
applied a few fixes to make it compatible
5. recompiled tetgen.exe to get the max-element-volume constraint
finally work
2008/12/27 (0.7.8, codename: Hotpot-alpha)
1. try to handle the self-intersecting element problems,
added getintersecttri.m to extract intesecting element IDs
2. implemented Laplacian+HC and Low-pass filter mesh smoothing
algorithms; unfortunately, they are not effective to remove the
self-intersecting elements
3. sent email to CGAL list to ask advices to handle self-intersecting
element.
2008/12/05 (0.6.0, codename: Quesadilla)
1. iso2mesh is now compatible with GNU Octave.
2. replaced matlab's isosurface by a home-made binsurface to produce
well-behaved triangular or cubic surfaces from binary images
3. added qmeshcut, a fast tetrahedral mesh cross-section plot
4. updated tetgen binary for 64bit Linux (mexa64), which caused some crashes
5. provided instructions when user encounters a "permission denied" error
2008/11/08 (0.5.1, codename: Footlong)
1. added meshing tool binaries for Windows (95-vista)
2. added meshing tool binaries for Mac OS
3. tagged all bin/ files and binaries files in sample/
with -kb option in the cvs
2008/10/30 (0.5, alpha release, codename: Footlong)
1. created a sourceforge project, pointing to
the project main page at orbit.
2. wrote documents and polish file structures
3. included more sample codes and data
4. defined a global variable "ISO2MESH_TEMP" to control the
temporary file directory; "ISO2MESH_BIN" for bin folder
location and "ISO2MESH_SESSION" for temporary file prefix
and enable parallel meshing sessions and restricted user
environments
5. renamed all temporary files as pre_smesh/post_smesh/
pre_remesh/post_remeshpre_vmesh/post_vmesh to identify
the processing stage
6. split vol2mesh into vol2surf and surf2mesh
7. uploading wiki pages with documentation drafts and
examples outputs
2008/10/10 (0.4)
1. added subroutines for mesh validation and repairing
2. included JMeshLib for non-manifold node removal
2008/01/10 (0.3)
1. added vol2mesh and the related scripts
2. iso2mesh is able to mesh breast geometry from 3D
tomosynthesis scan and a mouse head model from CT images.
2008/04/08 (0.2)
1. qslim produces self-intersecting meshes after
simplification, which is not good. It is now replaced
by CGAL mesh simplification module
2. modified CGAL mesh simplification code to preserve all
edges nodes (keep them co-planar)
2007/12/27 (0.1.1)
1. used mexext to distinguish binaries for different platforms
2007/11/25 (0.1)
1. initial upload to cvs, as a module of redbird2
2. used qslim to perform mesh simplification and tetgen
for mesh generation
3. supported both win32 and Linux
4. added sample data and scripts