⚠️ Attention | Having issues with Sketchucation Tools 5? Report Here

Subcategories

  • The ideal place for beginners to get help using SketchUp
    9k Topics
    60k Posts
    BoxB
    Make it a component and save it to a component collection, then select and place it from the component panel whenever you need it.
  • No decsciption available
    209 Topics
    2k Posts
    soloS
    Hey guys I am desperate for very high resolution/quality satellite maps, I use Placemaker and I also use Nearmap but the resolution is not that great, I have tried using AI to upscale but that too does not really solve my issues. Is there another solution?
  • No decsciption available
    821 Topics
    4k Posts
    P
    please up load your model however a simple method is to split a counter into sections with if statements basic handle turn, then door.skp
  • How do a resize the section plane?

    sketchup
    3
    0 Votes
    3 Posts
    448 Views
    L
    Alright, great thanks! Makes sense
  • Creating curvy, organic models: SketchUp + Artisan vs. MoI

    sketchup
    6
    0 Votes
    6 Posts
    1k Views
    erkanE
    I just want to add a feature of Artisan which is pretty hidden in plain sight. @pilou said: With Artisan you must think at all the primary boxes form then subdivide them! Actually you don't have to if you are going down the route where you start with a group. @pilou said: If you fail the first boxes step that is wrong form at the end! Very difficult to make the good placement of the first level simplified mesh! If you are using the Proxy method you can always go back and forth. [image: fk1T_artisan.JPG] [anchor= goto=http://artisan4sketchup.com/downloads/docs/Artisan_User_Guide-1.2.pdf:3dhvh3q6]You can read from the User Manual[/anchor:3dhvh3q6] With this method you would always keep a copy of the proxy object and have it control the resulting mesh.
  • Lines2tubes For Sketchup 2014 Not Working - Any Alternatives

    sketchup
    7
    0 Votes
    7 Posts
    1k Views
    TIGT
    Yes, there is a new all-version compatible version in the PluginStore ! http://sketchucation.com/pluginstore?pln=lines2tubes It is almost two months old by now !
  • Solid tools causing bugsplat

    sketchup
    7
    0 Votes
    7 Posts
    267 Views
    D
    outer shell did bugsplat, I sent in the report... will have a look at why... I'm on an older mac, but v15 and Yosemite, so it's all up to date... john
  • 2015: Exporting Jpeg: Resolution and edge-quality issues?

    sketchup
    4
    0 Votes
    4 Posts
    4k Views
    jeff hammondJ
    edges are measured in pixels.. so if your style has edges set to 1px and you export an image 10,000px wide, the lines are going to appear tiny in the export.. if you want to export at that size with fatter lines, increase your profile settings in the style.. for instance, if your workspace is 1000px wide and you have edges set to 1px, you'll have to make your edges 10px to appear the same at 10,000px wide. with sketchy styles, there's a problem if i understand correctly how they work.. the sketchy edges are raster images so if they scaled according to your export size, they'd look horrible/pixelated when blown up.. they'd look the same as if you exported a jpg at 999px wide then in an image editor, increased the size to 9999px wide.. i don't know if it's possible but you might have to create a custom sketchy style with really thick linework -or- really high resolution in order to export a giant JPG which inherits the sketchy style.. (like so thick that when viewing in the model space, it will look bad with way-too-big edges.. but when exported at 5x size, they look normal/good)
  • Resellers - how long does it take to send new codes?

    sketchup
    7
    0 Votes
    7 Posts
    336 Views
    K
    Turns out there were more resellers in the Netherlands who were having problems. They blame their distributor. After 3 weeks (21 days) I know one reseller that started passing codes. Later that week (25 days) mine came through.
  • Quick reference card 2015

    sketchup
    6
    0 Votes
    6 Posts
    1k Views
    cottyC
    Yes, thank you. I think the other way should work too...
  • Version 8 dropdown menus not visable

    sketchup
    2
    0 Votes
    2 Posts
    73 Views
    S
    Uninstalled and reinstalled, not repair, seems to work now, S
  • Mini-Challenge #2

    sketchup
    26
    0 Votes
    26 Posts
    2k Views
    sdmitchS
    @slbaumgartner said: I worked out an analytic geometry solution using the formulas for the distance between two points and for the intersection point of two given lines. Solving is "just" a matter of algebra. However, the remaining difficulty is that the math formulation covers various configurations that have no real-value solution (e.g. attached image) and it is difficult (or at least confusing) to weed these out of the formulas. [attachment=1:2acewcov]<!-- ia1 -->Screen Shot 2014-12-02 at 9.43.20 AM.png<!-- ia1 -->[/attachment:2acewcov] [image: TB93_mini-challenge.jpg]
  • Component copies with different materials or mapping??

    sketchup
    2
    0 Votes
    2 Posts
    104 Views
    JQLJ
    What you should do is having a set of materials applied to a hidden part of the component, then randomize the materials applyed to the component's copies.
  • Sections to 2D with layers

    sketchup
    13
    0 Votes
    13 Posts
    2k Views
    P
    Hi Skalp, I downloaded your plugin last week and I really love it. The only draw back I can see is that the hatches are bitmaps in Layout. This results in poor quality print outs and large file sizes when exporting PDFs. Any chance that you'll introduce vector hatches in future, or is that a limitation of Layout that is beyond your control? I've tried using the skalp export to DXF command, but it seems to only include the section cut. It would be great if there were an option to include the objects beyond the section plane as well. Great plugin, thanks a lot!
  • Scripting help. Where to start.....

    sketchup
    20
    0 Votes
    20 Posts
    653 Views
    O
    Ahhh, yes, I changed It from inches to mm. That could be the issue, Thanks!
  • Automate component placement onto TIN

    sketchup
    2
    0 Votes
    2 Posts
    148 Views
    sdmitchS
    @zawisza5 said: Hello, I am trying to populate a TIN 3D surface with components. Within each triangle surface I would like two random components( represented by different colored dots in attached picture). Does anyone have any idea of how to populate the TIN more quickly than placing every component by hand. The TIN was imported into sketchup from ArcGIS. I produced this results[image: BnjL_DotsonFace.jpg] with this code def placethedots mod = Sketchup.active_model ent = mod.active_entities sel = mod.selection cdefs = mod.definitions.reject{|cd| cd.group?||cd.image?} faces = sel.grep(Sketchup;;Face) faces.each{|f| tx=0.0;ty=0.0;tz=0.0; p=f.outer_loop.vertices.collect{|v|v.position} p.each{|v| tx+=v.x;ty+=v.y;tz+=v.z} ax=tx/p.length;ay=ty/p.length;az=tz/p.length ctr=Geom;;Point3d.new(ax,ay,az);#ent.add_cpoint(c) pt1=ctr.offset([-6,6,0]) cd=cdefs[rand(cdefs.length)] ent.add_instance(cd,Geom;;Transformation.new(pt1,f.normal)) pt2=ctr.offset([6,-6,0]) cd=cdefs[rand(cdefs.length)] ent.add_instance(cd,Geom;;Transformation.new(pt2,f.normal)) } end I first created the six component "dots". Selected the faces then executed the code.
  • Shadow Help

    sketchup
    6
    0 Votes
    6 Posts
    200 Views
    S
    Thank you all for your help. Very much appreciated. Walter
  • Guidelines at fibonacci series spacing?

    sketchup
    28
    0 Votes
    28 Posts
    876 Views
    TIGT
    No. You misunderstand the concept of copyright. If a script is published in a way that disclaims copyright [typically in the wording in its header, which puts it freely into the public domain] then you are free to do what you will with it, edit it and even republish it with changes - although doing so without making it clear it is now 'your' version could confuse others, and at least annoy the original author. A script might be published explicitly claiming copyright [or if there is nothing said to the contrary the copyright is deemed to remain with the original publisher or author - the 'owner']. In that case you may not change its contents and republish it, without the express consent of the 'owner'. However, if you make some changes and use that changed file for your own private purposes then who is to know... I suggested a simple 'tweak' to the copyrighted 'select.rb' to make it compatible with newer versions of SketchUp - it was adding a couple of lines at the start to fix an oversight by the original author, and which I an sure he would have agreed with. If any of you then decide to try that 'tweak', it's up to you, I did NOT republish the file. I trust you will not do so either. I declined to make significant changes to his copyrighted GoldenGauge.rb, this is would have meant a major rewrite and posting large blocks of code - tantamount to republishing a then much edited version of the script. I could do that for my own personal use but not post it for the rest of you, as I then consider that infringing copyright rules... However, I did make significant changes to' LiveIvy', because the original author invited users to make changes and improve the code, effectively disclaiming any copyright he might have had.
  • Replacing components, with dynamic components

    sketchup
    2
    0 Votes
    2 Posts
    173 Views
    F
    hi all addressing the issue over here if anyone is interested: http://forums.sketchup.com/t/replacing-components-with-dynamic-components/4265 Thanks Edward
  • Font's name

    sketchup
    4
    0 Votes
    4 Posts
    222 Views
    utilerU
    @agrazdi said: Any body knows the font's name at Nicholas Sonder page ?? Have you tried asking Nicholas Sonder?
  • Scaling a group without affecting the model

    sketchup
    3
    0 Votes
    3 Posts
    106 Views
    john2J
    @box said: Use the tape on the group while it is open for editing. Box you're a Boxstar. Pun sort of ...I meant Rockstar.
  • SketchUp Pro 2015 User, Expired. Closes without License

    sketchup
    2
    0 Votes
    2 Posts
    7k Views
    BoxB
    I'm guessing you need to install the free version (Make). I think they have made it that if you install Make on Windows you get a free trial of pro then it reverts to Make, but if you install pro, it's free for the trial period but then stops working. From what I know Mac reverts. Removing Pro and installing Make should have no affect on your extensions as they are stored in a separate folder. You can download Make from here. http://www.sketchup.com/download/all
  • Painting over Google terrains

    sketchup
    13
    0 Votes
    13 Posts
    867 Views
    R
    I know this was more than a year ago but I am curious.....hey Solo!!! Did you find a solution to this enquiry?

Advertisement