Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
  • Sketchup Scene with layor 0 visible

    sketchup
    17
    0 Votes
    17 Posts
    1k Views
    M
    @dundee said: The information you gave me is very interesting and it solved my problem! This is very good. There are other things. First, visit Window/Model Info (often!). Click File to see how big your model is. Click Statistics, then "Purge Unused". Back to File and you'll see that your model is 75% smaller. This is a good thing. I tried my VisMap plugin to get an idea of what was going on in your original .skp. It showed a blank window where the VisMap should have been. On digging, I found that your .skp had some odd internal damage. Your "rev1" .skp had no such problem and VisMapped without trouble. Internal damage was a common problem for me as I learned to SketchUp. How to avoid it? 1) Never make a mistake and never change your mind as you model. OK? Now on to practical advice that a human being might follow. 2) Build sub-assemblies in separate files. (Small collections of geometry are seldom broken.) If you think it through in advance, you'll be able to File/Import and click the Origin inference, to correctly assemble the finished model. (File/Import automatically makes the import a component, same name as the file name). And make your sub-assemblies just as you would do the cabinet making. That way you'll have a good magazine article, as well as a model.
  • Follow Me Problem

    sketchup
    4
    0 Votes
    4 Posts
    421 Views
    J
    Thanks to both of you for your prompt responses. Let me give it a try. Worked like a champ. As is usually the case with SU I learn more everyday. JP
  • Moving objects in space

    sketchup
    8
    0 Votes
    8 Posts
    2k Views
    GaieusG
    Yes indeeed - and I haven't even used any of these plugins. One somehow "knows" where to move (snap to) and that's the best way to get used to SU in general, too.
  • Opening skp. files to open in Photoshop

    sketchup
    4
    0 Votes
    4 Posts
    9k Views
    R
    @numbthumb said: Not sure if you could do anything with Photoshop Elements 7, at least in 3D. If i remember correctly elements is a cut down version of the full photoshop, so it seems unlikely that youd be able to open a 3d model in it.
  • How to create sphere??

    sketchup
    4
    0 Votes
    4 Posts
    659 Views
    numbthumbN
    Or you can download 3DShapesTool.zip from Ruby Library depot for easy creation of various 3D shapes - this doesn´t mean that you should neglect the possibilities of Follow Me tool, of course. Have fun!
  • Propeller blade question

    sketchup
    3
    0 Votes
    3 Posts
    504 Views
    pilouP
    Maybe you can make a twist with Fredo Scale by Fredo6 after 2 Faces + path by BTM (of course faces can be filled inside 2 faces + path ) [image: vuFl_propel.jpg]
  • Hello here

    sketchup
    2
    0 Votes
    2 Posts
    231 Views
    GaieusG
    Hi Roto and welcome. @roto said: Anyhow, I will be reading and re-reading the board and will probably end up asking questions. Well, that's what we all start with so just feel free to ask
  • How to make object with angled planes

    sketchup
    5
    0 Votes
    5 Posts
    652 Views
    T
    xrok1, Thanks for the solution. T1000
  • I know sketchup! but i dont know Hardware! lol

    sketchup
    3
    0 Votes
    3 Posts
    371 Views
    H
    Thanks for the help solo! The system comes with vista home premium so might stick with that as xp pro is a £40 extra! I was originally looking at intel , I currently have a pentium 4 2.93ghz system and hasn't been great for sketch and hasn't intel machine been historically a bad mix with sketch? Do you have any experiamce with a solid state drive for programme booting? Thanks again Daniel
  • Fuzzy edges

    sketchup
    3
    0 Votes
    3 Posts
    704 Views
    M
    Well, duh, that was easy...lol. Thanks so much...it looks great now! That's why I'm still a newbie:)
  • Hello! I'm new here...

    sketchup
    3
    0 Votes
    3 Posts
    331 Views
    GaieusG
    Hi Phil and welcome! There are a good bunch of landscape architects around so I hope you'll find a good companion.
  • Roundedge around a curved path

    sketchup
    4
    0 Votes
    4 Posts
    427 Views
    T
    Thanks for the solution. Problem now solved.
  • Intersect with Context

    sketchup
    7
    0 Votes
    7 Posts
    2k Views
    GaieusG
    @johnpa said: I am one of those people that likes to understand why and how something works. That's exactly how one can really learn the program (and avoid running into seemingly not understandable issues)
  • Window and door lines

    sketchup
    2
    0 Votes
    2 Posts
    735 Views
    GaieusG
    I would place a section cut somewhere high enough to "reach" the windows, too. Then make a top view scene with this and in the Tray > SU model you can set which scene you want to display. [image: 7uHh_LOView.png] Also see the attached LayOut file and change between Page 1 and 2 to see how different scenes (with different views, camera settings and section cut visibility) of the same model can be inserted like this. (Now if we had dimensioning in LO, it would be perfect!) HouseWithSectio.layout
  • HI eVerYOne..

    sketchup
    2
    0 Votes
    2 Posts
    227 Views
    GaieusG
    Hi Faisal and welcome. Although not impossible to model human body in SU, the program essentially is not designed to model organic shapes so you will have a lot to practice before you become satisfied. Nevertheless I hope you will enjoy the process of learning, too, as SU is just fun to use.
  • Hello

    sketchup
    3
    0 Votes
    3 Posts
    294 Views
    H
    Wow, speedy response: thanks Remus. I'll see if Grow does the trick FWIW Jim's Mover2 is nearly what I need, except it doesn't do multiple iterations, or scales as the name implies. Pretty good apart from the sticky 'copy' toggle which needs to be a radio button I think. http://sketchuptips.blogspot.com/2007/08/plugin-mover-2.html
  • Output arcs to dxf format

    sketchup
    9
    0 Votes
    9 Posts
    754 Views
    T
    I'm getting closer. It turns out that ArcCurve.start_angle is always 0.0, so I made a function that finds the actual start anlge, I then add that to the end angle for output. def get_new_angle(center, point) #center is the center point returned by AcrCurve.center #point is the start point of the arc returned by ArcCurve.vertices[0].position return Math;;atan(((center.y.to_f - point.y.to_f)/(center.x.to_f - point.x.to_f))).to_f.degrees.abs end Now the problem is arcs on the y axis are not correct.
  • Help with how to cut multiple openings

    sketchup
    8
    0 Votes
    8 Posts
    758 Views
    D
    Sorry I might be late on catching the thread, but how about this two-step process? with the Select tool, double-click on the 'field-area' - the portion of surface outside of the circles. with the Move/Copy tool, displace a copy of the field to another location. Hope this helps. Cheers, . Diego .
  • Connecting lines

    sketchup
    2
    0 Votes
    2 Posts
    354 Views
    GaieusG
    Hi Robert, That's Weld.rb by Rick Wilson at Smustard's: http://www.smustard.com/script/Weld Note that it won't create "real" circle or arc entities (with their special features like having center points and such) just "glue" the line segments together so that you can work easier.
  • New Years resolution!

    sketchup
    3
    0 Votes
    3 Posts
    410 Views
    C
    Good morning Remus, thank you for the advise. I will definitely download CADSpan and give it a test drive! I have a friend who is a genius with SolidWorks and can check it's viability for me. Connor

Advertisement