Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I have a UDF of some pipe flanges with a family table. The family table drives 5 dimensions (no problem there) and one parameter (a HOLE_AMT parameter to calculate my hole pattern dimensions.
The problem is, if I insert 2 different sized flanges using the UDF, both UDF groups end up being driven by a single assembly-level HOLE_AMT parameter. So if I insert a flange with a 4-hole pattern first, then insert a flange with an 8 hole pattern, the one that's supposed to have 8 holes ends up having 4, as it's driven by the HOLE_AMT parameter from the first flange.
Thanks in advance for the help.
Actually, this brings up another question I had. These UDF flanges will be included as groups in a part file that will also be driven by a family table. So each instance in my part family table will have a corresponding instance of this UDF. Is there a way in my part-level family table to specify which UDF instance I want displayed for each particular part instance?
If there's a way to do this, no need to answer my previous question, as I won't have to have multiple flanges (all but one of them suppressed for each part-instance) in the same part file if I can just specify which flange instance I want.