Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More
  • Copy+Paste part of the project to another file?

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    493 Views
    BoxB
    It's very possible that the thumbs down on Dave's post is from my fat thumb, it happens to correspond with with were I scroll when reading on my phone. As I'm unable to give it a thumbs up it would seem to be my fault. So having come clean about that I just like to add.... It can be helpful with some models to create separate files for individual parts and combine them in one grand plan model. So you create the different rooms of your apartment as components, using the copy/paste in place method described by Dave. This lets you work on them in detail without the rest of the model getting in the way and you can reload them into the complete model when needed. Handy when you think of it as the full model being a city and the components each house. Combining that with layers and section planes and anything is possible.
  • Style or Template Problem

    Newbie Forum sketchup
    12
    0 Votes
    12 Posts
    477 Views
    ntxdaveN
    @dave r said: As long as you don't mind the missing edges on rounded objects... As for saving the style in the Default styles folder, you'll have to use Windows Explorer and navigate to the Styles folder in the Program Files/SketchUp 2015 folder and change the permissions to allow you to write to the folder. It's the same issue we used to have with Plugins. By the way, maybe you could update your profile to indicate SU2015. Updated my profile (left it a Beginner though ). I also updated the permissions for the styles folder and that worked fine...... So far I have not noticed any problem with rounded edges. If I do, I will go change it. [image: drWp_Capture-UncheckedProfile.PNG] I really appreciate the feedback........
  • Importing DEMS; Is there a DEM file size limit?

    Newbie Forum sketchup
    1
    0 Votes
    1 Posts
    143 Views
    No one has replied
  • 0 Votes
    2 Posts
    178 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.
  • 0 Votes
    12 Posts
    10k Views
    P
    OK guys I have tried TIG idea for the pinecote pavilion which I think went ok, using a rectangular components for all columns and beams, trying to keep file size small. Please check the model in the 3d warehouse as pinecote pavilion ( about 6mb but went to 7mb after location) and let me know what you think. Thanks for any comments or suggestions.
  • Can't join Sketchup's own forum

    Newbie Forum sketchup
    6
    0 Votes
    6 Posts
    494 Views
    AnssiA
    It seems something is broken in the forum infrastructure. http://forums.sketchup.com/t/login-issues-if-you-log-out/4491 Anssi
  • Maxwell Standalone Render Farms?

    SketchUp Discussions sketchup
    4
    0 Votes
    4 Posts
    289 Views
    neetsN
    Haha, yea interiors are a killer! But then, I try to do what I can to reduce render time - there are lots of things you can do to try and minimise this, like not using full RGB levels (white for example, I use 230 RGB and not 255). I try to keep reflective surfaces to a minimum and restrict the number of individual emitters (using multi-light and having a lot of emitter settings increases render time) but sometimes this isn't possible. On average, for an interior that has many different textures/reflective surfaces and emitters (and individual components), it's approx £20 to render 1 image to 20 SL. Anita
  • Sketchup icon does not shows in Mac finder.

    Newbie Forum sketchup
    32
    0 Votes
    32 Posts
    6k Views
    G
    I'm having the same trouble with the icons showing only a blank page. I just updated my system to Yosemite, and have regretted every second of it due to all the programing issues it seems to have with every program I use. I upgraded mainly because I use Podium and the newest version of Podium Walker only functioned for Yosemite. I'm very illiterate when it comes to programing jargon. What ended up being the fix for this?
  • Dimension jump to a different place on screen.

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    2k Views
    Wo3DanW
    @sk_man_2020 said: ...... All you need to do is to use the "change axis" option on each level in the hierarchy, to make sure that they all have the same axes pointing in the same directions. I'm not sure about whether axes positions an directions are involved. Can you share an example? But dimensions inside scaled groups and components do change their location when closing the scaled group/component. As if the dimension isn't fully taking part of the scaling operation.
  • Trying to subtract from complex solid

    Newbie Forum sketchup
    5
    0 Votes
    5 Posts
    856 Views
    pilouP
    @unknownuser said: solid tools => Subtract. Didn't know it wasn't supposed to be there. Solid tools are only for the Pro version!
  • Automate component placement onto TIN

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    217 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.
  • [Q] Preferences/File Locations

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    414 Views
    TIGT
    As Jim says - these folder-paths setup the starting folder presented to you in the 'Save' dialogs when you save/export one of those types - e.g. Component > Save... should start in your specified Dropbox folder... SketchUp will always include the default Components folder's contents in the Components-Browser dialog. You can add additional folders to your listed Components setup... These should be remembered across sessions ?
  • 0 Votes
    17 Posts
    3k Views
    M
    iMac related question. Are you running the i5 version or did you upgrade to the i7? In the process of buying a iMac and wondering if the new i7 upgrade is necessary.
  • 0 Votes
    1 Posts
    151 Views
    No one has replied
  • Shadow Help

    SketchUp Discussions sketchup
    6
    0 Votes
    6 Posts
    307 Views
    S
    Thank you all for your help. Very much appreciated. Walter
  • Faces only partially intersecting

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    246 Views
    R
    Thanks, I'll give that a try PS Works perfectly.
  • Thick and thin lines

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    844 Views
    TIGT
    Lines and Edges are synonymous in drawing 2d... The current Style determines how edges are displayed [see Styles > Model-Styles > Edit]. From your point of view there are two that need to be set/ticked. Edges and Profiles. The Edges setting is the number of pixels that the general edges show in, i.e. an edge having 2 faces. The Profile setting is the number of pixels an edge shows in - if its an edge with no faces at all or an edge with one face [i.e. on a perimeter of a face], it also ensures that any curved surfaces in 3d still display something even if the surface arcs away from the camera. Coplanar edges which form a continuous loop will automatically get a face. Additional edges can split a face into smaller facets if possible. The inner edges that have 2 faces will show in the Edge Style, the outermost ones or unfaced edges will be shown as Profiles... Sometimes edges do not split a face as expected. If you select the geometry [faces/edges] in question and right-click > context-menu > Intersect... they will usually split as much as they can. Obviously an edge that has a lone-vertex cannot split anything and will show as a 'Profile'...
  • Quick reference card 2015

    SketchUp Discussions sketchup
    6
    0 Votes
    6 Posts
    2k Views
    cottyC
    Yes, thank you. I think the other way should work too...
  • Importing DXF 2D files

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    282 Views
    R
    Thank you Anssi! One line did it.
  • Strange results using "Follow me" function

    Newbie Forum sketchup
    11
    0 Votes
    11 Posts
    1k Views
    genma saotomeG
    It's great that most folks understand how to deal with this issue but IMO the failure to handle an arc on its own is still a bug that the SU team should fix.