admin [Wed, 18 Feb 2009 15:56:01 +0000 (15:56 +0000)]
This commit was generated by cvs2git to create tag 'V0'.
Sprout from V5_1_sizemap 2009-02-18 15:56:00 UTC gdd <gdd> 'SIGSEGV corrected'
Cherrypick from V5_1_sizemap 2009-02-18 13:32:33 UTC nge <nge> 'First version of SizeMap for BLSurf :':
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
nge [Wed, 18 Feb 2009 13:32:33 +0000 (13:32 +0000)]
First version of SizeMap for BLSurf :
Size maps can be defined on vertices, edges or faces.
Implemented :
- SizeMaps arguments passed to BLSurf
- Persistence (hdf+dump)
- can use python fonction (f(u,v) for a face, f(t) for an edge, f() for a vertex)
- verification of this expression in gui (python syntax) and engine (python evaluation).
- make dev_docs
Limitation :
- Objects have to be published to have size map defined on them.
- does not compile with gcc 3.3 (Debian Sarge)
- u,v / t used (Cascade ones) not very clear for user