SimplifiedLogic / creoson

OpenSource Automation using JSON Transactions for PTC's CREO Parametric
http://www.creoson.com
MIT License
79 stars 23 forks source link

How to save each family table instance of a generic model as individual model files? #103

Open Pascal-m opened 8 months ago

Pascal-m commented 8 months ago

Is it possible to save each family table instance of a generic model as individual model files?

I think if there was the "save a copy" function I could achieve this

Thk :)

davidhbigelow commented 8 months ago

You can try opening the model instance…. Open the generic. Delete the instance name from the generic The broken instance should still be in session.. Open the broken out instance…

Save the broken out instance to the working directory (not the training generic).

Erase memory…. You should be able to open up the instance as a separate model.

Dave

On Wed, Dec 13, 2023 at 15:33 Pascal-m @.***> wrote:

Is it possible to save each family table instance of a generic model as individual model files?

I think if there was the "save a copy" function I could achieve this

Thk :)

— Reply to this email directly, view it on GitHub https://github.com/SimplifiedLogic/creoson/issues/103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMSRJONRXQRN7EQDSTVBU3YJIGKXAVCNFSM6AAAAABATYQUS6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DANBSG4YDOMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- David Bigelow, President Simplified Logic, Inc https://www.simplifiedlogic.com | SimilarParts.ai C: 317-431-5454

Pascal-m commented 8 months ago

Oh yes!! Good idea! I tried it and it works like a charm👍👍 Thank you