Message 1 of 3
Sketch Patterns and "IF Statements"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I'm trying to workout a work flow in the sketch workspace that would function something like below. I'm sorry if this is confusing, I'm copying a workflow from a parametric CAM program called TPAcad for CNC parts - it's a completely different program from Fushion.
IF Pattern -
IF (Parameter) < 20"
Pattern three equally spaced circles
IF (Parameter) > 20"
Pattern four equally spaced circles
END-IF
Basically, I'd like to use sketch dimensions/constraints to vary a pattern command to create more or less holes based on the length of the part. So if the part is 20" or less, it'll put 3" equally spaced holes. If it's greater than 20", it'd put four.
Does this make sense? Is there a way to accomplish this in the Sketch workspace??
Thanks!!