Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I am trying to fill an area defined by a circle with a repeated component in an assembly. I would like to use the square fill pattern tool to do this. The diameter of the circle is driven by a relation and it is not static, so the fill function seems to be the best choice rather than dimension or direction patterning. The problem is that I need different spacing in each planar direction. I've looked at previous discussion threads and the issue was not solved. I've tried all the patterning tricks I know, and I cannot get the fill pattern I need.
At some point, I thought PTC committed to more fill pattern patterns.
However, your option is easy to achieve with if/then statements in relations. Your X and Y values can be driven based on your circle diameter ranges.
But... there is a way to make rectangular fills in a Pro|WorkAround^tm fashion. It requires a bit of triangulation math, but you can make the pattern angled to the actual fill.
This is a limited capability and may require significant manipulation where the end result is a point driven pattern where they intersect a fill patterned feature and a plane.
As for the assembly pattern. I recommend to calculate all the coords of each of the component by yourself and use a table pattern.
That way your assembly will be much more flexible in case you are gonna have a child-objects dependent on the pattern members.