Hi all,
I want to create a pattern of the extruded feature of this. I want to setup a table though that will pattern the extrusions based upon a pair of dimensions that correlate with the 2.013 and 2.421. Then I would have many extrudes that would have different points associated with the 2.013 and 2.421 dim's.
I cannot find a way to do this. These would be independent bodies.
Thanks.
No, you're right about that. Instead of bodies, you'd have to create a back-plate that your extrusion could merge with, pattern it as a feature, varying the pattern and then create a cut a cut feature to remove the back-plate
I suggested the vary instances option because it sounded like you were looking for a way to do this within the normal SolidWorks modeling paradigm so that you could edit the results later on.
Vary Instances was just added in release 2013, so the ability to control it's parameters with design tables or by other means hasn't been added yet.
Using the application programming interface like VBA, you could indeed programatically copy a base feature and modify its sketch dimensions using the information stored in a spreadsheet to generate the hundreds of varied bodies you want. You might check in the API group to see if anyone can help you with that