Panel Nesting

Library for macros
User avatar
Bryan O
Posts: 96
Joined: Wed Mar 24, 2021 7:34 am
Answers: 1
Location: Lowell MI
x 12
x 20

Panel Nesting

Unread post 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?
by DeDum » Fri Sep 06, 2024 5:53 pm
Loop through configs and run the previously posted code.
Go to full post
User avatar
AlexLachance
Posts: 2129
Joined: Thu Mar 11, 2021 8:14 am
Answers: 17
Location: Quebec
x 2290
x 1964

Re: Panel Nesting

Unread post 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.
User avatar
Bryan O
Posts: 96
Joined: Wed Mar 24, 2021 7:34 am
Answers: 1
Location: Lowell MI
x 12
x 20

Re: Panel Nesting

Unread post 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.
Attachments
Save Assy As Part (Exterior Components).swp
(30 KiB) Downloaded 52 times
len_1962
Posts: 81
Joined: Fri Apr 09, 2021 9:55 am
Answers: 1
Location: Mesa, Arizona
x 72
x 42
Contact:

Re: Panel Nesting

Unread post by len_1962 »

so you want the
image.png
button
User avatar
AlexLachance
Posts: 2129
Joined: Thu Mar 11, 2021 8:14 am
Answers: 17
Location: Quebec
x 2290
x 1964

Re: Panel Nesting

Unread post 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
User avatar
Bryan O
Posts: 96
Joined: Wed Mar 24, 2021 7:34 am
Answers: 1
Location: Lowell MI
x 12
x 20

Re: Panel Nesting

Unread post by Bryan O »

len_1962 wrote: Thu Sep 05, 2024 1:57 pm so you want the image.png button
ummmm.....YAH!
User avatar
DeDum
Posts: 5
Joined: Sat Feb 26, 2022 9:01 am
Answers: 1
x 3

Re: Panel Nesting

Unread post by DeDum »

Loop through configs and run the previously posted code.
Attachments
ASM Save Configs As Part (Exterior Components).swp
(47.5 KiB) Downloaded 179 times
User avatar
Bryan O
Posts: 96
Joined: Wed Mar 24, 2021 7:34 am
Answers: 1
Location: Lowell MI
x 12
x 20

Re: Panel Nesting

Unread post by Bryan O »

Thank You @dedum & @gupta9665
Post Reply