Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello
How can I work more effectively with family tables / generic models, whitout spend much time in model regeneration?
When the generic model has several instances, the time spent regenering all instances is too long.
I've already used the following solutions but they not greatly reduced the time spent:
1. In the model tree: Model / Operations / Read only / "set all to read only"
2. In family table: Tools / Family table / "Lock/Unlock the selected instance"
Is there any other option that I can do to solve this problem?
Solved! Go to Solution.
Yes this is a good practice. I'll re-order the features in model tree. I think that with the other actions that I've already done the model will regenerate faster.
Thank you, Dan N for the guidance.
Some other techniques to try
For parts:
Keep all of the non-changing features at the top of the model tree leaving just the variable features at the bottom. This may keep the non-changing features from regenerating each time an instance is opened. This may require that you reorder the features and/or re-define existing features to split the geometry into multiple features. For example: if you model a bolt where only the length of the bolt is changing in the family table, model all of the features that define the head first, and then, as the last feature, define the shaft portion. When you verify the instances, only the shaft geometry should regenerate. That is a very simple example, but if your first feature in a 100+ feature model is variable, the entire model may regenerate for each instance causing longer regeneration times.
For assemblies:
Regards,
Dan N.
Yes this is a good practice. I'll re-order the features in model tree. I think that with the other actions that I've already done the model will regenerate faster.
Thank you, Dan N for the guidance.