Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More
  • Location of Sketchup 2015 Folders/Files

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    401 Views
    Dave RD
    You should be installing it using the SCF Plugin Store tool so the files get put in their proper locations. Or, at the very least, download the RBZ file and use Install Extension. I think you should be able to clear the Temp folder entries.
  • Copy-paste problem and batch render problem

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    334 Views
    emnE
    So that's a 'no solution' for #2 for now. Kind of relieving though. I thought it was me..... Thanks for your reply!
  • 3D Shapes by Ruby programming

    SketchUp Discussions sketchup
    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • Exporting Dynamic Components

    Dynamic Components sketchup
    2
    0 Votes
    2 Posts
    2k Views
    oceanembersO
    No, you would not. Dynamic attributes are a feature of sketchup only. Sorry :S
  • Layers and Image clipping

    SketchUp Discussions sketchup
    9
    0 Votes
    9 Posts
    1k Views
    boofredlayB
    Thanks again kaas.
  • Model Size and Speed

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    384 Views
    A
    Thanks Elisei, its back to the basics...
  • SU2015 plugin install folder

    SketchUp Discussions sketchup
    6
    0 Votes
    6 Posts
    565 Views
    F
    reinstalled and install from SU now.
  • Has anyone tested SU-2015 with Windows 10?

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    390 Views
    jgbJ
    Thank you. I can sleep now.
  • Generating coordinates with Ruby

    Newbie Forum sketchup
    6
    0 Votes
    6 Posts
    613 Views
    sdmitchS
    @kmk111890 said: Thank you, sdmitch and TIG. I could partly understand how i have to fix the codes, but not perfect because I showed you code roughly. Maybe, it would be better i show you what i'm doing now. I'm trying to add bezier curve to draw one simple shape. The equation for the quadratic bezier curve represents as shown below B(t) = (1-t)(1-t)P0+2(1-t)P1+(t)(t)P2 With the equation, I tried to generate coordinates which are from the equation and wanted to use 'For loop'. hmmm It looked like i can make the codes by myself, but didn't work well This seems to work ents = Sketchup.active_model.entities Length = 1000 angle = (60)/2 angle2 = (45)/2 pt0 = [0,0,0] pt1 = [Length.mm, 0, 0] aa = 80*0.01 pt2 = pt1.transform(Geom;;Transformation.rotation(pt0,[0,-1,0],angle.degrees)) pt3 = pt1.transform(Geom;;Transformation.rotation(pt0,[0,-1,0],angle2.degrees)) pt4 = [Length.mm*aa, 0, 0] pt5 = pt4.transform(Geom;;Transformation.rotation(pt0,[0,-1,0],angle.degrees)) arcarray = ents.add_arc [0,0,0], [1,0,0],[0,-1,0], Length.mm, 0, angle2.degrees arc = arcarray[0] arccurve = arc.curve verts = arccurve.vertices pts=[];pts<<pt0 0.step(1,0.2) do |t1| x = (1-(t1))*(1-(t1))*pt5.x+2*(1-(t1))*(t1)*pt2.x+(t1)*(t1)*pt3.x y = (1-(t1))*(1-(t1))*pt5.y+2*(1-(t1))*(t1)*pt2.y+(t1)*(t1)*pt3.y z = (1-(t1))*(1-(t1))*pt5.z+2*(1-(t1))*(t1)*pt2.z+(t1)*(t1)*pt3.z pts << Geom;;Point3d.new(x, y, z) end pts<<pt1 a = ents.add_line pt0, pt1 b = ents.add_line pt0, pt5 c = ents.add_curve pts face = ents.add_face pts path = ents.add_circle [Length,0,0], [-1,0,0], -Length face.followme path ents.erase_entities path face2 = ents.add_face verts path2 = ents.add_circle [Length,0,0], [-1,0,0], -Length face2.followme path2 ents.erase_entities path2 group=ents.add_group ents.to_a [image: 0MNz_kmk.gif]
  • Can't See all of DXF File

    SketchUp Discussions sketchup
    12
    0 Votes
    12 Posts
    790 Views
    J
    If it helps after so long, here's the model with the Simplified Chinese text intact. reedplates-text.skp
  • SU 2015 polygon value not shown

    SketchUp Bug Reporting sketchup
    12
    0 Votes
    12 Posts
    4k Views
    F
    @dave r said: Explain why the center mouse button isn't mapped to Orbit like it is supposed to be. mapped to orbit?? do you mean this icon? it appears, and at the same time, "side'' will be changed to "value". Sorry, English is not my monther tongue. [image: NU5E_ssss.jpg]
  • 2015 Can't anchor crossing Tape Measures

    SketchUp Bug Reporting sketchup
    7
    0 Votes
    7 Posts
    10k Views
    P
    to answer my own question in a topic now locked......tap the ctrl key when you stretch the tape measure across a group or component to avoid having to erase the guideline that remains after you resize.
  • SU 2015 pro dxf/dwg export size change

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    421 Views
    Dave RD
    Sorry. I didn't mention that.
  • Old geometry interferes with new

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    343 Views
    cottyC
    @pbacot said: a "remove lonely vertex" plugin should clean it up. e.g. CleanUp³ by Thomthom. If they are not coplanar and not welded, you can have a look at Thomthoms select curve plugin.
  • Importing 3ds Max objects to skp

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    622 Views
    FrederikF
    I also import models available in both FBX and OBJ format with SimLab... SimLap does a great job, but you will need to cleanup the models to reduce the size and make them usable in many cases... You can benefit by installing the CleanUp plugin by Thomthom... Please note that some models will take very long time to cleanup... (by very long time, I mean 3-4 hours! The plugin will estimate how long time it takes to cleanup a model, however, these estimates are usually never correct... Models are usually cleaned up a lot quicker then what the plugin have estimated... Hope this can help you further...!?
  • Dynamic components Issue Incorrect dims.?

    Dynamic Components sketchup
    10
    0 Votes
    10 Posts
    3k Views
    D
    Well i thought id just add the final model , although basic to look at, i'm pleased with the dynamic aspect of it. I can change the overall dims and the key design aspects using the components options box, and I have assigned the components to different layers for selective viewing of different parts. Just one last thing! how to miter the ends of the plinth rails in such a way is will redraw correctly? The answer is probably the scale function but i haven't yet got a full grip on this control in the attributes fields. Please excuse the pace of learning... Dan Test box mk3.skp
  • Context Menu Confusion

    Newbie Forum sketchup
    12
    0 Votes
    12 Posts
    945 Views
    TIGT
    [image: confused%20smiley%20face.jpg]
  • Mac OS -model info window instead of cursor

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    603 Views
    jojo9J
    Driven, im surprised. I like very much how i set the button/focus accessibility on my system and havent suspected that feature to interfere with SU. Its like you said: turned off, Su behaves again like expected. Thanks for helping.
  • Another Shape Bender issue

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    394 Views
    tuna1957T
    What Box said! Arrow keys are your friend. I bend some crazy stuff with Shape Bender, the only thing you need to keep in mind if your model is complex , scale it WAY BIG or you'll blow the mesh full of little holes....
  • 3D warehouse search has failed...

    SketchUp Discussions sketchup
    9
    0 Votes
    9 Posts
    8k Views
    B
    @dave r said: Try updating Internet Explorer and clear the temporary internet files. As for downloading directly from the web, choose the version you need to suit the SketchUp version. [attachment=0:3iypz9za]<!-- ia0 -->Capture.PNG<!-- ia0 -->[/attachment:3iypz9za] thanks Dave for fast reply For your information, i have update my Internet Explorer. I already clear the temporary internet files. The warehouse then can be open, but after few trial, it cannot connect to the webpage again. thanks for the tip of choosing the version, I am unaware of that features since i normally download at the main page i will download from the webpage as optional FYI another workaround i did is installing Sketchup Make 2016, just to use the warehouse from the program. but for that, i need to save the file as Sketchup 2014. I cannot directly copy and paste ETC: i did notice that Sketchup 2016 64bit can preview the file, which cannot be done on Sketchup 2014