Deriving Unitless Parameter From Parameters With Units
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am designing a wooden simulation rig to hold my wheel, pedals, and shifter for my simracing hobby. I am attempting to make everything as modular and adjustable as possible for the sake of convenience. One such way I plan on doing this is by having regularly spaced holes along the bottom of the frame to allow for pieces such as the seat mount, steering wheel mount, pedal board, etc to be moved and adjusted independently. That said, I am not 100% sure of the final dimensions of the project. I am using parametric modelling to allow me to make easy changes to the dimensions of the design without wasting significant time, however I can not seem to come up with away to parametrically create the frame holes.
I am attempting to use a rectangular pattern to repeat a single hole (whose location is determined parametrically) along the length of the frame. The extent of this pattern needs to be RigLength-(HoleOffset+PlankThickness)*2. This formula works because I am defining a length in terms of other lengths. Having my holes spaced at 1" intervals, I need RigLength-(HoleOffset+PlankThickness)*2+1 holes. Attempting to plug this into the "number" field of the rectangular pattern, it turns red and I am unable to finish the pattern, likely due to the type mismatch of no unit vs length. The same situation occurs if I try to create unitless parameter "NumHoles" with the same formula.
I have attached a (poorly) annotated picture of my design so far to help illustrate the geometry in question.
I have tried quite hard to find a solution to my problem but have had no success. Can anyone help point me in the right direction?
Thanks!