Urasik Extensions | Lots of new extensions to check out Learn More
  • SU Not Connecting to Internet

    SketchUp Bug Reporting sketchup
    3
    0 Votes
    3 Posts
    2k Views
    ashscottA
    Haha, embarassingly, that worked - I had forgotten to clear IE's cache - extraordinary how slow IE 11 is when you've become used to modern browsers. For anyone else facing the same problem: Close all instances of SU Open Internet Explorer Go to tools > safety and clear all cache Open http://www.google.com/ncr Then open https://3dwarehouse.sketchup.com Close Internet Explorer Open Sketchup 3D warehouse, add location etc should now be working. Thanks for correcting my noobishness cotty
  • 0 Votes
    5 Posts
    641 Views
    Mistro11M
    @cotty said: To clean up, you can delete the outer face first and select all border lines (even if segemented) with a double click afterwards to delete them all at once. Do you remember the step when the segmentation happens? Thanks cotty. Don't know why I didn't think of double clicking. But it still bothers me that I am not getting the results like before. I right-clicked the sandbox group and clicked on "smooth normals/soften coplanar" and moved the slider all the way to 180 as instructed in the video. The weird thing is I did it a few days ago and got the exact results like in the video with solid edges not broken up into segments. I don't know if it's related but yesterday when I launched Sketchup, at first it hung and I had to force quit. Then I launched again to find all my plugin bars dismounted into the middle of the screen and I had to organize them again.
  • 0 Votes
    2 Posts
    3k Views
    SkalpS
    @garyion said: My wish is for Sketchup is simple - to work like a typical CAD package. Firstly to be able control Line Weights - maybe like via layers or object properties like autocad Black - 0.18mm yellow - 0.35mm Brown - 0.5 to create quick legible drawings. Auto hatching when sectioning thru objects - Trimble buy and integrate Skalp to create quick legible drawings. Auto Dimension - Similar to Autocad inventor To auto dimension a plan or section in an architectural manner. http://www.autodesk.co.uk/products/inventor/features/all/gallery-view see - Manufacturing and design documentation video to create quick legible drawings. Trimble buy Skalp? I like the idea I don't think that will happen soon. But I can tell you all other things are on our to do list. We work full-time on Skalp and it's our intension to make more of Skalp than just a section plugin. I can only ask you to support us and you won't regret it in the future.
  • Brick-by-brick project - mailbox

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    361 Views
    T
    Thanks, Dave R. Yes, once I got going it was pretty easy. It is lacking mortar but I think I may just leave that out. Correct, I was wanting to get an idea for the number of bricks I would need and what cuts I would have to make so just a brick texture would not help. In this case the bricks determine the size unless I want to make a lot more cuts.
  • 0 Votes
    7 Posts
    1k Views
    jolranJ
    To draw edges between 2 curves (step 5)you could paste this into some Ruby code editor. Untested.. a=Sketchup.active_model;b=a.entities;c=a.selection;d={};c.grep(Sketchup;;Edge).each{|e|if cc = e.curve;next if d.has_key?(cc);d[cc] = cc.vertices.collect{|v| v.position };end};if d.length == 2;crvpt1 = d.values[0];crvpt2 = d.values[1];unless crvpt1.length == crvpt2.length;puts "unmatching points from curves";else;gps = b.add_group.entities;for i in (0...crvpt1.length);gps.add_edges(crvpt1[i], crvpt2[i]);end;end;else;puts "Select only 2 curves, please";end Edit: Compressed it to 1 line for pasting into Ruby consol..
  • SU preview doesnt appear?

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    196 Views
    cottyC
    Maybe this helps?
  • Interior View

    Newbie Forum sketchup
    5
    0 Votes
    5 Posts
    522 Views
    Q
    You can also use the Section Cut Tool to view inside your buildings. The Section Cut Plane can then be placed on a different layer and hidden, but the Cut will still be active.
  • Splat splat splat!

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    235 Views
    JoelM3DMJ
    Fix problems tells me there are repeated edges, but nothing else. I fixed them. The splats are not frequent anymore. They are not regular enough to test plugins.
  • Super newb with some haphazard success.

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    308 Views
    M
    Pics and their lack of entropy often led to more guesses and questions than possible solutions and extend the time to final solution. Posting your model or a portion thereof may get you there quicker?
  • C program to convert skp to dae

    SketchUp Discussions sketchup
    1
    0 Votes
    1 Posts
    690 Views
    No one has replied
  • 0 Votes
    7 Posts
    9k Views
    D
    @joncobreti said: ( just i was wondering.....what do you think about use meshlab for simplify the mesh adn late use basic netfabb for fix the error......??) and is better try to create a single mesh like a skin....or print the base for one side and all the buildind box for another...? Thank you Antonio, how big will the final model be? If larger than your printer, you need more than one mesh - either you make a single mesh and cut it up, or you model the pieces separately from the beginning. If the entire model will fit on your printer, then you can use a single mesh. Regarding Meshlab and Netfabb...you need to get the model a little better before those programs will help you. The Google Earth terrain is probably has no thickness, so you need to work on that first. Then I recommend cloud.netfabb.com for fixing the file - if it doesn't work, then you'll have to go back to Sketchup and do some fixing up.
  • Exporting 2D print quality images

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    278 Views
    xiombargX
    I've tried adjusting the options for the various formats but none of them come out looking too good. I've been messing around with Layout export options and the results actually seem worse than if I export directly from SU. It seems that SU tops out at maybe 200 dpi, but all the lines still appear pixelated. I would really like a 720 dpi image so that it conforms with my other graphic settings.
  • Processor based software?

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    309 Views
    N
    an intel core i7-4790K will give you the highest possible single core performance without overclocking today: 4,4GHz ...and an all core turbo of 4,2GHz.
  • Google Sketchup Animation Hidden line Style

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    290 Views
    Rich O BrienR
    Not much I can say to that. Try it so shadows don't toggle off on transition. Thanks for sharing.
  • How To Cut Cylinder at Angle

    Newbie Forum sketchup
    5
    0 Votes
    5 Posts
    1k Views
    S
    Wow. Thanks for the great tips guys! I will definitely do this. I hope my question wasn't too stupid. I'm still trying to learn this program after a year of using it. I'm still learning new things, and I'm pretty sure I'll still have many new questions for a long time! Thanks again!
  • Projected Concrete (Shotcrete) Animation

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    435 Views
    TedVitale_CGT
    Good luck animating something like that in Sketchup. One suggestion would be to animate it using section planes I suppose. https://www.youtube.com/watch?v=-sQ-7dt95yw https://www.youtube.com/watch?v=khsFvyXLe-Q
  • Problem with sketchup 2013

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    166 Views
    cottyC
    It's impossible to help you without any further details... (Did you send the error report with some details to the SketchUp team?)
  • Applying texture to complex structures!

    Newbie Forum sketchup
    6
    0 Votes
    6 Posts
    367 Views
    Dave RD
    Of course it'll look stretched then if you have it set to Projected. It's doing what you're telling it to do. But that's not the same as your original image and situation, though. Don't make the material projected and it works just fine. [image: XXtf_2014-08-19_08-12-02.png]
  • 0 Votes
    17 Posts
    10k Views
    A
    Fantastic! Thanks a lot, TIG.
  • Missing parts in 3d print

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    253 Views
    TIGT
    Even if your SKP model is perfectly formed and a 'solid', there can still be limitations with the 3d-printer itself. Sometimes fine details or thin parts cannot be manufactured. Because you can model it doesn't mean you can 3d-print it. Such limitations vary with the 3d-printer-type and the material being used. The printing-firm should give guidance on the minimum [and maximum] sizes - like indentations, surface protrusions, thin walls, slim post/beam sections etc... these are often often ~1mm and 3mm respectively... but find out... If in doubt ask... Your SKP model needs to be setup to be printable - they want you to succeed - so get it right before submission...