Issue 35 in opencamlib: AdaptiveWaterline bug

12 views
Skip to first unread message

openc...@googlecode.com

unread,
Apr 18, 2012, 9:04:03 PM4/18/12
to openc...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 35 by jjq...@gmail.com: AdaptiveWaterline bug
http://code.google.com/p/opencamlib/issues/detail?id=35

I tested waterline algorithm, it works well, but when I use
AdaptiveWaterline, lost some small contour, test code is below:
Waterline awl ;
awl.setSTL(model);
awl.setCutter(&cutter);
awl.setZ(zh);
double sampling=0.1;
awl.setSampling(sampling);
awl.run();

//bug
AdaptiveWaterlineawl ;
awl.setSTL(model);
awl.setCutter(&cutter);
awl.setZ(zh);
double sampling=0.1;
awl.setSampling(sampling);
awl.setMinSampling(0.01);
awl.setCosLimit(0.9999);
awl.run();

Reply all
Reply to author
Forward
0 new messages