Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: t.brosens

Possibly, yes.

If so, would you want to launch the code from the assembly level, or from the part level?

I'm thinking within the code:

  1. Create several offset work planes along the length of the part, at the locations you want to split it
  2. Create 'Split' features, which use those workplanes, and keep both sides.
  3. Use the DataIO property of each resulting solid body to export them to seperate Part files.
    1. You would have to specify what you want to name them and where to save them to
  4. Then, perhaps the most complicated part, reinserting them all back into the assembly, and constraining them where their supposed to be.
    1. This is a whole nother ball game, and only you know the design intent.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)