Is it possible to have a sketch that is fundamentally using imperial dimensions ( woodworking), and then detail a part of the sketch in metric, and still be dynamic to changes? Example: a US cabinet door to be made to imperial dimensions, with metric mounting hardware.
Yes, with a plugin. Itās something like Dual Dimensions, and by TIG.
See this previous post.
PS. But if you want to have some dimensions shown in Imperial units, and others in metric, I donāt think this plugin is the answer
An alternative workflow would be to set your Model Info/Units to one set (the one with fewest instances of dimensions in that unit), then overtype the dimensions displayed including the unit of measure (mm or cm, say, or inch(es)). Switch back to the āmajorityā units, and draw those dimensions, accepting what comes up.
If you are not a member of SketchUcation itās easy to join.
āRegisterā using the menu link.
There is a free-membership option offered in several links in that page - the first link is in the second line.
A free-member can participate in the forums and download from the PluginStore.
If you pay the modest premium-member fee you will also get freebies, SCF-shop discounts, monthly raffle etc etcā¦
My US engineering school required we use mks even a number of years ago.
The US space program had a failure cause some folks did not now how to convert??
Even if you convert does the answerer need to come out equivalent to metric ANSI parts?
IMHO you are setting your self to some eventual problem when you start to inter mix system of units in your drawings:slight_smile:
For drawing or scaling you can enter both types of systems (eg: 10mm;20mm in architetal template or 3ā;4āā in a metric template) via the VCB. Dimensions are displayed in one system only.
Hello Edā¦
There is a great plugin: āMatt_Toggle_Unitsā
I use it all the time.
makes a menubar,
where you can easily switch units, precision and formats.
All Dimensions change however,
but you can change
from working in Imperial on the wooden door
and then metric on the hinge.
Try it and see, if this works for you.
Greetingsā¦Jakob.
Thank you Jakob. I have now been able to try both suggestions that have been made.
DualDims does the job of showing both types of units, and can be invoked on a single dimension, or a selection of dimensions, but once invoked, those dimensions are FIXED, (not dynamic anymore), and if I am still moving things around in the design, then I must erase them, put back in dynamic dims in the system units, etc. This plugin is perfect for final documentation, but appears to make it more cumbersome during design. I hope I am using it correctly.
āMatt_Toggle_Unitsā does exactly what you said. Changes all dimensions in the model at once, but they remain ādynamicā.
This is the best choice for moving things around and positioning them bouncing back and forth between imperial and metric. Very nice.
Once I have the pieces done, then I can use Dual Dims on selected dimensions, and print the drawings to the shop. It is very obvious which dimensions are meant to be measured in the shop in Imperial or metric because the are almost always in nice even numbers in one system or the other.
The suggestions that you all have made allow me to achieve what I was looking for. Maybe someday there will be a plugin that combines the benefits of both of these for this type of application use.
When you have finalised a piece,
Any change in the text, removes the ādynamicā and makes it fixed.
You can mark the Dimension with one left mouse click,
then right click and choose edit text.
Then, type the value again without any unit and press enter.
The dimension is now changed from dynamic to fixed.
You can, likewise, turn off āshow unitsāā¦
edit the dimension and add a unit yourself.
I once saw a fine video about dimensionsā¦
I believe it was a Sketchup Help videoā¦?
PS: Many users dimensiom their work in āLayoutāā¦
a part of the pro version.
Enough for now,
Spring Greetings Edā¦
Good luck with your modelsā¦
Jakob
This allows you to save model units specific to the scene.
I havenāt tried it, but the description suggests that you could have one scene with dimensions (which take their units from the SU setting) in metric, and another in imperial units, or even different scenes with different units in the same type of measure - say feet in one, or inches in another, or decimal vs fractional.
And potentially keep both associated, so if you change the model the dimension should update.
As I say, I havenāt tried it, but for your purposes it sounds potentially useful. If you do try it, could you post results here?
Have had a brief PM correspondence with @jim_foltz and found a fix for Mac, where I was getting an earlier error that I hadnāt properly registered: Load error: no method 'platform_win'.
Line 26 of the main.rb code in his plugin reads:
elsif Sketchup.platform_win == :platform_osx
It SHOULD read
elsif Sketchup.platform == :platform_osx
With that change, the plugin works on Mac. And it also worked in another test on Windows 7 in a VM running SU 2016.
I expect Jim will fix the original on the Plugin Store when he has time - heās busy at work today.
Yesterday I was talking to a friend who is a Revit plugins developer and he told me that for almost all new Revit versions they have to modify their codeā¦ another point for SketchUp.