- Jan 25, 2007
-
-
Christophe Geuzaine authored
- only delete selected physicals (instead of all of them; for philou) - move "save" button in visibility window - small logic fix in mesh draw
-
- Jan 24, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fixing build without GSL
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added gui for OCC healing
-
Christophe Geuzaine authored
fix for youngae's new iv files (They use 'keyword[' instead of 'keyword ['. Sigh...)
-
- Jan 23, 2007
-
-
Christophe Geuzaine authored
set min num pts=2 for OCC circles (fixes bug in Mblade.iges)
-
Christophe Geuzaine authored
simplify selection colors (keep only one) and add 3 highlight colors
-
- Jan 22, 2007
-
-
Christophe Geuzaine authored
- fixed missing return value in OCCVertex::reparamOnFace - added code to highlight orphan entities (dave's idea) - added gui for incomplete second order elements - removed ugly static variables in 1d algo - made sure we remove all 2d order vertices before generating new ones
-
- Jan 20, 2007
-
-
Christophe Geuzaine authored
-
- Jan 19, 2007
-
-
Christophe Geuzaine authored
- fixed infinite loop in edge loop creation (when the loop is wrong, just print a message and abort) - introduced options to control healing of OCC models
-
- Jan 18, 2007
-
-
Christophe Geuzaine authored
removed gobal meshSize in GMODEL: for now use CTX.lc, which is correctly updated when multiple files are merged
-
Christophe Geuzaine authored
fix logic for 3d delaunay
-
Christophe Geuzaine authored
- added exception to GPL for triangle/tetgen - fixed some command line switches - added option to antialiasing OpenGL rendering
-
- Jan 17, 2007
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
hybrid extruded/unstructured from ruth
-
Christophe Geuzaine authored
- new option Geometry.Tolerance (or -tol on the command line) to set the tolerance for the old CAD engine, for OCC healing and for STL import - removed more unused options
-
- Jan 16, 2007
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- reimplemented subdivision of extruded meshes - fix indent + unused var + gcc warnings all over the place
-
- Jan 12, 2007
-
-
Christophe Geuzaine authored
better names for mesh algo #defines
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
removed most unused, untested or non-working stuff in old CAD code
-
- Jan 10, 2007
-
-
Christophe Geuzaine authored
- bug fix: need to create temporary bounding box and compute CTX.lc *during* parsing step until we fill the new db on the fly (Some geo transforms in the parser use CTX.lc for tolerences. But CTX.lc was always equal to 1 since we only do a SetBoundingBox on GModel after parsing!) - cleanup spline interpol (remove duplicate code)
-
- Jan 09, 2007
-
-
Christophe Geuzaine authored
-
- Jan 08, 2007
-
-
Christophe Geuzaine authored
-
- Jan 07, 2007
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
cleaned up InterpolateSurface/Curve (get the negative curve dircetly in InterpolateCurve) reintroduced fix for transfinite mesh on 3-sided transfinite surfaces: the problem was still there
-
- Jan 06, 2007
-
-
Christophe Geuzaine authored
fixed interpolation of ruled surfaces created by extrusion fixed interpolation of trimmed ruled surfaces
-
- Dec 24, 2006
-
-
Jean-François Remacle authored
-
- Dec 21, 2006
-
-
Christophe Geuzaine authored
fix gcc warnings
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- removed ugly fix in transf mesh of tri surf - use MFaceVertex params in boundary mesh if available - cleanup intro chapter in docs
-
Jean-François Remacle authored
-
Jean-François Remacle authored
are more correct)
-
- Dec 20, 2006
-
-
Jean-François Remacle authored
-