Multibody part, is it possible to make a pattern with a changing text, I need body1 to have NUM1 and Body to have NUM2 ....etc...
Multibody part, is it possible to make a pattern with a changing text, I need body1 to have NUM1 and Body to have NUM2 ....etc...
That should be possible. I think you need an extrude cut per body. You can create a sketch with a text and have a unique text for each body.
If you have sheet metal / weldment parts, you could also add the text to a custom property for each cut list folder. Although SolidWorks would group all plates as one item before you add the cut...
The hardest problem is knowing where to create extrudes, I think. If your model follows a few rules and the parts are very similar, that will make it easier.
I need it to be one operation, starting from the first body, fixed is the lenght between the parts.
I think it must be possible to make a cut 10mm then move 500mm counter +1 then repeat....
let say 50 times
It is doable because the body is patterned. I would follow these steps:
All of that would be in a for loop.
You need create configurations and use link text to configuration specific property. Then you need to select each instance of your pattern and pick the configuration as needed.
To automate it look at https://www.codestack.net/solidworks-api/document/assembly/components/pattern-seed-configuration-properties/
Check the awesome solution by Marc-Xavier Bilodeau here https://forum.solidworks.com/thread/31959#comment-682404 if suits your need with need of macro.
Check the awesome solution by Marc-Xavier Bilodeau here https://forum.solidworks.com/thread/31959#comment-682404 if suits your need with need of macro.