On 02/23/2011 08:41 PM, Emmanuel Decitre wrote:
>
>
> Now, I am still under the impression that my usage of kbool is sub-optimal.
> Could'nt I better configure it to do the whole substration using only one 
> operation and/or one 
> engine ?

One Operation should be oke. If you miss points, that is because, your margin 
is wrong. To big, 
meaning skipping points in a simplify on polygons.

>
> The engines I use have the default parameters (me lazy):
> marge=0.001, dgrid=1000, correction_factor=500.0, correction_aber=1.0, 
> round_factor=1.5, 
> smooth_aber=10.0, maxline_merge=1000.0, grid = 10000
>
The idea should be clear from the docs of the bool engine. (Doxygen). All 
points are multiplied with 
dgrid and grid. And marge is used to define which points are so close that the 
are the same. Maybe 
you should set marge to 1000. Follow the code to see, where and how it is used.
You will find in the code enough compares to margins.

When i get home (14 march) i will have a look.

Regards,

klaas








------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to