Looking at the script generated by DBE I found two block of data:
P.data = [ // x, y, z0, w0, z1, w1, z2, w2
[0.00439453, 0.00439453, 0.00138899, 0.070, 0.00000000, 0.000, 0.00000000, 0.000],
...
and
P.samples = [ // x, y, radius, symmetries, axialCount, isFixed, z0, w0, z1, w1, z2, w2
[18, 18, 18, 0, 6, 0, 0.001389, 0.070, 0.000000, 0.000, 0.000000, 0.000],
...
I can (more or less) relate the P.samples data to what is entered or visible in the UI, but the meaning of the P.data fully escapes me. I would like to 'tweak' the DBE ('creating'/'fixing' some sample values based on information I have/calculate from other sources, as bizarre as it may sound). However I cannot figure out what I should do with the P.data of the corresponding points, if anything at all.
Any clue?
-- bitli