Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hello
I create a part with a drawing
I create a familly table and would like a drawing for each instance
Does it possible to create this drawings automaticaly?
Thanks for your reply
Solved! Go to Solution.
Yes, but it requires some upfront work to create the drawing templates with the required elements.
If you are asking is there an out of the box Creo function to automatically create drawings by only referencing a model, the answer is no.
Yes, but it requires some upfront work to create the drawing templates with the required elements.
If you are asking is there an out of the box Creo function to automatically create drawings by only referencing a model, the answer is no.
Thanks
"If you are asking is there an out of the box Creo function to automatically create drawings by only referencing a model, the answer is no."👍
Create a mapkey to create a drawing of a part and run this mapkey, on instances of selected parts in distributed batch.
I have something like that for creating dxf files with flat views of the selected instances and it works great.
However, I still have to put it through the distributed batch.
Thanks for your reply I will try with mapkey
Try please try my code:
Godspeed
Yes, there is no button to do this.
But you don‘t need any special Drawing Template.
Just replace the drawing model by the requested instance. You can do this before you had copied the drawing, or do it after 😉
If you have now have some programming know how, read the family table instance information and write a loop via mapkeys or trail file. That’s it!
In Tcl less than 40 lines of code.
Have Fun!