πŸ«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
  • Function: toggle toolbar

    6
    0 Votes
    6 Posts
    666 Views
    Chris FullmerC
    Woohoo! That might be my first correct response in this forum I'm glad it helped, Chris
  • Objects (grouped) Selection to Components

    5
    0 Votes
    5 Posts
    479 Views
    M
    This kind of thing? It will probably need for a question "Do you want to convert all entities into components in the selection?" EDIT : Please see below for the plugin.
  • Observer event BEFORE entity is deleted

    2
    0 Votes
    2 Posts
    181 Views
    thomthomT
    hrmm... I tried using an extra hash to keep a reference list. But as it turns out, the entity that onEraseEntity returns doesn't match the ones I've stored...
  • Some plugin changed my MOVE command

    3
    0 Votes
    3 Posts
    219 Views
    mitcorbM
    Thanks, Jim: I will check this out. EventRelay also appears to pop up the Ruby console when I start Sketchup 6. I usually just click it off, as I have not had time to really utilize the plugin. mitcorb ps I hope you were able to contact ArchitectBoy, ref: skin.
  • Move a face perpendicular to it's normal

    5
    0 Votes
    5 Posts
    917 Views
    thomthomT
    I think I could also have used Point3d.offset http://code.google.com/apis/sketchup/docs/ourdoc/point3d.html#offset, generating an transformation from the offset point, but it doesn't look like the code would be any shorter...
  • Arc joining 2 lines

    4
    0 Votes
    4 Posts
    504 Views
    jeff hammondJ
    while searching for k-tools, i came across 2Dfillet (fillet.rb) that's exactly what i wanted http://www.ohyeahcad.com/download/ [edit] oh, and TIG.. are you talking about 1001bit tools instead of k-tools? http://1oo1bit.com/
  • Req: Scale group of items around each center

    12
    0 Votes
    12 Posts
    577 Views
    PixeroP
    Big thanks. Will test it now.
  • Select smoothed faces as if they were one face?

    6
    0 Votes
    6 Posts
    427 Views
    Chris FullmerC
    Whaat, its taken me some time to get back to this, but a HUGE thank you! This does the trick quite well. I send it a face and it gives me back all connected faces. I then can remove those faces from my selection set so as to not re-examine them. Absolutely brilliant. This will get written into my components onto faces script. Hopefully have it done and updated tonight. Thanks a million, Chris
  • Suggestion for sandbox-like tool

    5
    0 Votes
    5 Posts
    300 Views
    X
    BTW, you can hold down shift while using smoove to solve your first problem. it will move (smoove) in the direction of normals.
  • Finding a Component/group axis?

    8
    0 Votes
    8 Posts
    346 Views
    thomthomT
    Actually, I think I said it returned a vector... ... ...I'm going to go to bed now. Wires are getting crossed again...
  • Volume calculation

    4
    0 Votes
    4 Posts
    423 Views
    TIGT
    @mhp said: Okay, thanks. What's the name of the reliable one?? Same name... but without a '2' on the end - but might have been renamed with a '1' on some sites...
  • Dimensions returned as Sketchup::Drawingelement?

    5
    0 Votes
    5 Posts
    434 Views
    TIGT
    The, as yet, unstated downside of all of this is that there are virtually no methods in SUp Ruby to make or manipulate Dimensions anyway... There has been some work over the years using a unit length dimension component that is imported and scaled in its length to suit, and then perhaps exploded. You could also do things by grouping pre-existing dims etc... .
  • Script Selection and Loading

    6
    0 Votes
    6 Posts
    480 Views
    Chris FullmerC
    Hmm, thats a great idea. I'm excited to look at the script more now. This whole thread might almost be merged into that script thread with the valuable info your providing. Chris
  • Close opens vers. extendcloselines

    2
    0 Votes
    2 Posts
    398 Views
    R
    The difference is explained here: http://www.smustard.com/script/ExtendCloseLines
  • "A Shiny, New Ruby API Site"

    4
    0 Votes
    4 Posts
    499 Views
    scottliningerS
    We already have pushed some small updates since the initial release, and we're planning another in the next few days. So please post any typos or suggestions. Thank you, everyone! We also created a new homepage for the Google Developer's Group, which includes a link back here to Sketchucation: http://groups.google.com/group/google-sketchup-developers Cheers,
  • Webdialogs on Mac.

    6
    0 Votes
    6 Posts
    2k Views
    scottliningerS
    Bugs noted. Thanks, guys! We fixed some WebDialog mac bugs with 7.0, but there's obviously still work to be done. Cheers,
  • Google IO Conference

    2
    0 Votes
    2 Posts
    256 Views
    scottliningerS
    I'll be there. I went last year and it was incredibly fun. I'm not sure who else on the team will be going or what exactly we'll be presenting. But there are lots of fun and exciting things going on with Google APIs, and IO is a fun way to learn more. We don't know exactly what will be presented yet. We'll have a booth and there are always parties and stuff where you can hang out and network. -Scott
  • Reporting component geometry data into Ruby Console

    4
    0 Votes
    4 Posts
    317 Views
    TIGT
    Try component_instance.transformation.to_a - it returns a 16 item array that has all of the stuff you need like scaling rotation and location. You really need to use all of these to compare distances between components etc as they might be rotated, scaled etc as well as moved in XYZ... The 16 item array has items 12,13,14 == x,y,z .
  • Little help?

    7
    0 Votes
    7 Posts
    353 Views
    M
    gimme ten mins
  • Sq/ft tool

    10
    0 Votes
    10 Posts
    1k Views
    TIGT
    Thanks ANSII - very simple but effective. Can't see how the LenX and LenY values might be both changeable by scaling, as interlinking them gives a circular reference ! Presumably the name (nimi?) etc could also be represented as a piece of text in the DC centred on the surface, on it's own layer so you could switch it on/off etc etc... .

Advertisement