Page 1 of 1

Panel Nesting

Posted: Wed Sep 04, 2024 3:56 pm
by Bryan O
Our company produces case goods (panels and boxes)
Our assemblies are configured with multiple sizes. The parts contain multiple configurations.

Our CNC programmers are looking into programs that will nest the panels for our saw.
The program they are looking at does not like multiple configurations.

I created a file for them by opening an ASSEMBLY and doing a <Save As> <part file>.
This file is a single configuration and only contains bodies of that specific configuration.
This works really well for them.

Does anyone have a macro which would take an assembly file and export all the configurations out as induvial part files for all configurations?
-OR-
Does anyone know of a nesting program that I should be looking into?

Re: Panel Nesting

Posted: Wed Sep 04, 2024 4:07 pm
by AlexLachance
Someone has posted a "configuration ripper" for Parts before, but I'm not sure it would work in terms of assembly, though I'm guessing it could most likely be adjusted.

Re: Panel Nesting

Posted: Thu Sep 05, 2024 11:14 am
by Bryan O
I did find this Macro from @Deepak Gupta and it does what I want but only for the current assembly configuration.
I would like something that exports all the assembly configurations to part files with the names based on the assembly configuration.

Re: Panel Nesting

Posted: Thu Sep 05, 2024 1:57 pm
by len_1962
so you want the
image.png
button

Re: Panel Nesting

Posted: Thu Sep 05, 2024 2:12 pm
by AlexLachance
Bryan O wrote: Thu Sep 05, 2024 11:14 am I did find this Macro from @Deepak Gupta and it does what I want but only for the current assembly configuration.
I would like something that exports all the assembly configurations to part files with the names based on the assembly configuration.
Maybe @gupta9665 can be of help

Re: Panel Nesting

Posted: Fri Sep 06, 2024 7:28 am
by Bryan O
len_1962 wrote: Thu Sep 05, 2024 1:57 pm so you want the image.png button
ummmm.....YAH!

Re: Panel Nesting

Posted: Fri Sep 06, 2024 5:53 pm
by DeDum
Loop through configs and run the previously posted code.

Re: Panel Nesting

Posted: Mon Sep 16, 2024 7:52 am
by Bryan O
Thank You @dedum & @gupta9665