Part Family table create drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Part Family table create drawing
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.
- Labels:
-
2D Drawing
- Tags:
- family table
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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."👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your reply I will try with mapkey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try please try my code:
- 4 mapkeys, trail file
- to make it work you have to modify it - template files, trail file location, and so on
Godspeed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
