Placing drawing views with ilogic efficiently on sheet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the company I work for we try to place all cutting parts on 1 big sheet so it is easy to process in the workshop. Usualy those drawings are made by hand, but I am trying to automate this process. I use ilogic to export the BOM list, from the bom list I take the part names, I try to find the part names and if the filetype is sheet metal I load the view in. I also figured out how to get the different thicknesses on piles together. However what I would like to do is to automaticaly place the views on the sheet in a way they are sorted on thickness and dont overlap eachother (see attachment picture for a hand-made example) Idealy I would like to start at 1:5 scale on A4 sheet size, if it doenst fit, go up to A3, then A1 (we currently cant print A2 sheets) and then to A0, if it still doesnt fit I would like the scale to change to 1:10. If it still doenst fit it should give an error message to ask to manualy place the views. Can anybody help me with an algorithm that devides the drawing sheet in squares which fit the drawing views? the spacing doenst have to be 100% perfectly efficient, but if it would be like in the attachment or close to that it would be perfect.