
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have tried several times now to create a fully parameterized version of this sketch. It's a portion of a case for cell phones and my intent is to make the sketch easy to adjust to various cell phone dimensions (in particular height, width and corner radiuses). Everything I have done up to this point has failed.
For the larger rectangle with filleted corners I defined the height, width and fillet radius:
Radius = 10 (and I set all 8 of the fillets equal to it)
LHeight = 172 (and I set all 4 vertical edges equal to it)
LWidth = 86 (and I set all 4 horizontal edges equal to this one)
For the narrower rectangular sections I defined the height and width:
NHeight = LHeight - 2*Radius (I want the smaller, narrower rectangles to always remain vertical centered and adjust their heights accordingly)
NWidth = 12
Inset = Radius (inset is the vertical alignment of those narrower rectangles. I purposely want the inset to be exactly equally to the fillet radius)
But the moment I change Radius larger or smaller, the entire sketch gets screwed up. I'm talking completely haywire. The sketch becomes distorted/skewed/tangled/etc. So I began setting sketch constraints in various combinations of perpendicular, parallel, collinear, equal, etc to force the edges to remain appropriately parallel and perpendicular, no matter what value I set for the fillet radius.
None of it has worked and I suspect I am overlooking something very simple here. If anyone might have some idea how to constrain this sketch so that I may set LHeight, LWidth, NWidth and Radius, I'd appreciate the insight. Or if you suspect I missed something with the current sketch, I could really use the insight.
Cheers,
Joe
Solved! Go to Solution.