What's your beginners tip?
-
Anyone can jump in on this but I don't think there is a way to input angle dimensions in SU.
Chris Fullmer has created a free plugin called ShapeBender that seems quite good at shaping text to a curve or arc.
If whatever you need this for is just going to be used to see the dimension then I would suggest drawing and arc between the two points and then curving the text (The dimensions of the angle) to the curve.
http://sketchucation.com/forums/viewtopic.php?f=180&t=18210&st=0&sk=t&sd=a&hilit=bender
-
I understand. I think there is a faster way.
thanks
-
There is an Angular Dimension tool available.
http://sketchucation.com/forums/viewtopic.php?p=376893#p376893 -
My tip would be to make sure you know what scale you are working in. If you start with something downloaded from the warehouse that is a random size, everything else can go pearshaped. You start adjusting things by eye to look right and then find there is nothing you can actually put a tapemeasure on, no known dimensions.
-
My tip is :
Be patient, or become one...!
-
I've tried reading through a lot of these "Beginners Tips" posts, but there are a LOT, so please excuse me if this has already been posted...
Imagine you want to delete a large number of small objects, like the segments to a curved line for example. If they are isolated from other parts of your model it's easy to group select and mass delete. If they are tucked away amongst other objects it can get pretty tedious clicking each one with the eraser tool or trying to select and hide the rest of your model.
My tip is; did you know you can click and hold the eraser tool to paint multiple objects, easily selecting lots of fiddly objects, then when you release the mouse button they all delete
This has saved me thousands of mouse clicks cleaning up models, I hope it does the same for you!
Merry Christmas!
James
-
After creating your first object learn the value of placing it within a container (group or component).
-
@cl said:
My tip would be to make sure you know what scale you are working in. If you start with something downloaded from the warehouse that is a random size, everything else can go pearshaped. You start adjusting things by eye to look right and then find there is nothing you can actually put a tapemeasure on, no known dimensions.
I would suggest always working at full scale. If you download something from the warehouse that is not sized properly (been there!), resize it the best you can to make it so (done that!).
-
Full scale isn't always correct, for example if you are making parts for a watch or something very small it pays to work at a larger scale to avoid the tiny face issue and scale down when complete.
-
To be filed under, "The blind leading the blind"; a beginner's advice to beginners.
Having started learning SU solo, a very trial and error approach (mostly error), I found I spent more time fixing mistakes than I did on modeling or learning 'best practices'. My tip is simply this: Learn from the people who have gone before you. Stick to the basics first. Actually DO the tip or exercise you read. Rinse and repeat as necessary. Knowing is doing and doing is knowing. Your skill level will advance much more quickly if you do. Mine certainly has.
As I post this, I am going back through my models and applying what I have learned here. My hat is off to you SketchUcation instructors and old hands. Lot of good stuff on these pages. Thank you for your contributions.
Phillip
-
next playing around and having fun:
if you make a model, never use Layer 0 !!! -
So I have a question here that I hope someone can help me with.. . or maybe this should go in the "DOH" thread. .. but for now. . .
How to import an ACAD 2015 drawing with "Smart 3D" walls into SU without dumbing it down first to an ACAD version 14 dwg or dxf. Can it be done? I've never been successful at this.
Thx,
David
-
Well . ..I dunno. I use layer 0 exclusively for drawing and creating and use layers for groups and
components. But.. .to each his own I guess. -
Hi David
"...I dunno. I use layer 0 exclusively for drawing..."
Why I recommend to avoid Layer 0? When I download (for example) a 3D-tree component from the warehouse, this is (mostly) drawn on Layer 0. Of course, I can assign this component to another layer "Tree". But the "content" of that component - often many subcomponents and subgroups - still remains on Layer 0. Within SketchUp that's usually not a problem, but if you often export to other CAD software, this layer-, component-, and group assignment often gets lost. So I'm always happy when a model avoids Layer 0 in principle - as well as in other CADs ...
So my SketchUp-template even starts with the active layer 1, extended by the layers "010 Walls", "020 Windows" etc ... (some standards, which I always need) and Layer 0 is always inactive and never visible... -
This is contrary to received wisdom.
Most users always leave Layer0 as the active layer
They make all of their geometry on that active layer.
They then make a Group or Component from that selected geometry
They then assign some other Layer to that 'container' using Entity Info.
They use Layers to control visibility.
Creating base level edges and faces [aka geometry] on a Layer other that Layer0 is a recipe for disaster, or at least confusion... -
@Hornoxx
If you know what you do this may be a good option for you. But please, do not suggest this as the general preferred solution where beginners will read it and will fail sooner or later... -
Hi Tig, Cotty, David ...
Sorry and thanks a lot for your Comments!
I do not want to confuse anyone - certainly not beginnersObviously, my workflow is too much influenced by other less flexible CAD tools, which I've used for many years...
Dear beginners, as you can see, there is always something to learn
-
@tig said:
This is contrary to received wisdom.
Most users always leave Layer0 as the active layer
They make all of their geometry on that active layer.
They then make a Group or Component from that selected geometry
They then assign some other Layer to that 'container' using Entity Info.
They use Layers to control visibility.
Creating base level edges and faces [aka geometry] on a Layer other that Layer0 is a recipe for disaster, or at least confusion...Yes, we know, TIG - however what if you have finally managed to put a certain complex geometry (say a gorup / coponent) on a certain layer other than Layer 0 and then decide to explode it.
What happens? Where will the more primitive elements get?
-
[Long time no see!]
Yes, it is unfortunate that the default exploding of a 'container' - i.e. a Group/Component-Instance/Image - will results in anything within it that was on Layer0 being reassigned to the layer which had been assigned to the 'container'.
There are several approaches to this:
-
Remember to use 'Entity Info' to reassign the container's layer to Layer0, BEFORE you Explode it.
-
Use a plugin like my http://sketchucation.com/pluginstore?pln=explodegroup2layers to do the same thing...
-
Use this snippet in the Ruby Console + <enter>, to reassign all Selected Groups/Instances to Layer0, and only then Explode them - so then all layers remain unchanged.
s=Sketchup.active_model.selection;a=s.grep(Sketchup;;Group)+s.grep(Sketchup;;ComponentInstance);a.each{|e|e.layer=nil;e.explode}
It's easiy made into a script...
- I think Jim also wrote a similar script... but I can't find it immediately, and I do have to go to the pub
-
-
Hi Tig and Hi Gaieus,
meanwhile I try to switch my SkUp-working style to the "Layer 0" method and yes, absolute beginners will certainly use this method.
Other users (like me and certainly all of you) who have a long-standing CAD background will understand why I have given this (wrong) advice above. For example, not only for AutoCAD or Revit the "Layer 0" discussions fill hundreds of webpages as you can imagineLuckily the layer visibility per scene worked well so far over years and luckily there was no disaster or confusion so far. I still do not know why but fortune favors fools! Anyway, I am now getting used to the here recommended method. I have already even changed my origin template
I would like to follow and learn your "Explode Group to Layers" advice (thanks for that), but unfortunately I do not understand how to do it - I do not have any experience working with the Console - unfortunately. Maybe you or another member here might post a screenshot on this method? Or maybe someone can recommend any YouTube video tutorial on this topic or maybe there is already a thread on this topic here? Any help to learn that would be great!
Finally I have a very stupid question: how do you (all) do these screenshots here to show content of any other posts on which you refer in your own answer, as Gaieus has done it above? - I am really embarrassed to ask that
Advertisement