reggio
Guest
hi, I would like to understand to great lines if you can automate and solve a part of a problem, I make a simple example to clarify:
Yes images of having to get a set of distinct from a single design (possibly)
you imagine that you have to create (manually) a "nesting" of shipment, we must pack and ship of the material of different form:
20 biscuits
15 balls
30 discs
...
and have 5 different size boxes available
as first operation I would like to draw the rectangles that represent the boxes in the plant or section, for some of them I could draw more than one rectangle to represent for example "box1-background" "box1-floor central" "box1-second floor" and to each rectangle assign a name attribute to recognize it from others.
after which I would begin to insert in the drawing the blocks that represent each of the materials to be sent, these blocks will already contain a weight attribute (birillo=1kg , ball=2kg, etc.) and I would like to assign a name attribute to every single block I enter to recognize it from others (birillo-1, birillo-2, birillo-3, ..ball-1, ball-2, ..).
at this point, manually, I would move the various blocks inserted, inside the various rectangles that represent the cartoons, I will try to frame them to the best.
the final result that I expect to get with a command or a macro or lisp or other .. would be the "distinct" of the material contained in each box or plane of the boxes as in this example:
box1-base= reel-8 1kg + reel-19 1kg + ball-6 2kg + disk-11 6kg + disk-30 6kg - total 5 pieces - 16kg
box2= towel-4 1kg + towel-11 1kg + ball-1 2kg + ball-2 2kg + disk-10 6kg + disk-13 6kg - total 6 pieces - 18kg
...
Would it be possible for you? How? would you make a small example?
Yes images of having to get a set of distinct from a single design (possibly)
you imagine that you have to create (manually) a "nesting" of shipment, we must pack and ship of the material of different form:
20 biscuits
15 balls
30 discs
...
and have 5 different size boxes available
as first operation I would like to draw the rectangles that represent the boxes in the plant or section, for some of them I could draw more than one rectangle to represent for example "box1-background" "box1-floor central" "box1-second floor" and to each rectangle assign a name attribute to recognize it from others.
after which I would begin to insert in the drawing the blocks that represent each of the materials to be sent, these blocks will already contain a weight attribute (birillo=1kg , ball=2kg, etc.) and I would like to assign a name attribute to every single block I enter to recognize it from others (birillo-1, birillo-2, birillo-3, ..ball-1, ball-2, ..).
at this point, manually, I would move the various blocks inserted, inside the various rectangles that represent the cartoons, I will try to frame them to the best.
the final result that I expect to get with a command or a macro or lisp or other .. would be the "distinct" of the material contained in each box or plane of the boxes as in this example:
box1-base= reel-8 1kg + reel-19 1kg + ball-6 2kg + disk-11 6kg + disk-30 6kg - total 5 pieces - 16kg
box2= towel-4 1kg + towel-11 1kg + ball-1 2kg + ball-2 2kg + disk-10 6kg + disk-13 6kg - total 6 pieces - 18kg
...
Would it be possible for you? How? would you make a small example?