Message 1 of 20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have nested generic annotations controlled by a family type parameter in an unhosted family (level based). The generic annotation(s) are also constrained by two ref planes that allow for movement of the generic annotation in X and Y directions. Changing generic annotations via the Family Type parameter breaks the constraints. Interestingly, there are conditions under which it doesn't that I can't figure out.
In the test family (attached):
- Switching between 'GenAnno_Device_Square_Foot' and 'GenAnno_Device_Square_NoFoot' does not cause an issue
- Switching between the 3 types in 'GenAnno_Device_Square' does not cause an issue
- Switching to 'GenAnno_Device_Circle' causes the issue
- Switching between 1, 2, or 3 causes the issue
All the generic annotation families are basically the same family but renamed.
Scouring the internet leads me to think it is a limitation of generic annotations if they are constrained. Some alternatives I've considered are:
- Build as many types as are needed in a single generic annotation family to avoid having the Family Types parameter change families
- Nest the generic annotation families into detail item families which are then nested into the family. I need the symbol to be annotative and detail item families do not seem to have the same issues breaking constraints when being switched via the Family Types parameter
Any help appreciated.
Solved! Go to Solution.