Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
  • [Plugin] Tools for architects

    11
    0 Votes
    11 Posts
    22k Views
    R
    basic is always helpful. thanks for sharing this.
  • [Plugin] Face2Face - autoextrusion between faces

    6
    0 Votes
    6 Posts
    17k Views
    P
    Thank you for this one. Very useful. Sig
  • Interactive Identification

    4
    0 Votes
    4 Posts
    475 Views
    D
    have you had a look at Morisdov's General Locator http://forums.sketchucation.com/viewtopic.php?t=30063#p263653 @unknownuser said: The 'General Locator' Plugin extends those abilities linking 3D model entity names and 3D model entity attribute dictionary keys to spreadsheet columns. it could operate locally. john
  • Clearing Proper Animation

    6
    0 Votes
    6 Posts
    893 Views
    J
    This line can be pasted into the Ruby Console. It deletes all the Proper Animation attibutes from all Component Instances. Sketchup.active_model.definitions.each{|d| d.instances.each {|i| (ad=i.attribute_dictionaries) && ad.delete("positiondata")}}
  • Have a Ruby Red Christmas...

    4
    0 Votes
    4 Posts
    485 Views
    KrisidiousK
    still time to buy those plugins and donate to free plugin developers... Merry Christmas everyone...
  • How to spin a barn

    18
    0 Votes
    18 Posts
    1k Views
    T
    Jim been there done that, I just don't care for the downward movement while spinning.
  • How to spin a barn part 2

    3
    0 Votes
    3 Posts
    283 Views
    T
    I could, but probably not. A tornado would be hard to make in SketchUP. That said, someone here will try to make a tornado.
  • Put components on layer plugin request

    3
    0 Votes
    3 Posts
    275 Views
    HumpmetwiceH
    Love it, Thanks a million!!!!!!!!!!!
  • Scenes export and print

    2
    0 Votes
    2 Posts
    272 Views
    Chris FullmerC
    THey developed Layout to help with printing to scale and such. Give it a try!
  • Rotating Component so long dim is on red axis

    3
    0 Votes
    3 Posts
    309 Views
    K
    Thanks for the code it worked just fine. I had finally found the piece I was missing and this is what I had come up with model = Sketchup.active_model entities = model.entities ss= model.selection entity = ss.first selection_bb = entity.bounds max_dir = "blue axis" if selection_bb.height > selection_bb.depth max_dir = "green axis" if selection_bb.width > selection_bb.height then max_dir = "red axis" end else if selection_bb.width > selection_bb.depth then max_dir = "red axis" end end case max_dir when "blue axis" tr = Geom;;Transformation.rotation [0,0,0], [0,1,0], 90.degrees entities.transform_entities tr, entity when "green axis" tr = Geom;;Transformation.rotation [0,0,0], [0,0,1], 90.degrees entities.transform_entities tr, entity end Similar and the results are both ok.
  • Convert lines to CUBES

    3
    0 Votes
    3 Posts
    524 Views
    D
    Just figured that out... Thanks!
  • [Plugin] Paint back faces

    7
    0 Votes
    7 Posts
    9k Views
    P
    It does not work properly, or else I am doing something wrong. It does not preserve the orientation of the textures, especially on horizontal surfaces. They are not mirrored to the back face. They are merely painted with random orientation. Often they repeat numerous times.
  • VRayLumen - Light Controlpanel for VfS

    7
    0 Votes
    7 Posts
    4k Views
    S
    Fantastic plug-in. Great work!! I am always amazed at the great work done by you guys in here and your willingness to share with those of us who have trouble tying our own shoes let alone write code. One query / suggestion. Is it possible to have a scalable GUI panel so that size can be increased or decreased as necessary? Thanks again!!!!
  • Shapefile Exporter?

    6
    0 Votes
    6 Posts
    3k Views
    JClementsJ
    I don't believe it works anymore with current ISRI apps. See note on the web page about SU6.
  • [REQ] Component(s) on construction points.

    2
    0 Votes
    2 Posts
    203 Views
    thomthomT
    http://forums.sketchucation.com/viewtopic.php?t=30506 Insert Components at CPoints
  • [HELP] Time.rb from Smustard.com by TBD

    3
    0 Votes
    3 Posts
    572 Views
    J
    ahhhh, I tried to update the the default text with su 8 but i didn't change the default leader text, which once I did, the text changed as I needed it too, awesome, great script and thanks for the quick response!
  • [REQUEST] Mask Creator

    11
    0 Votes
    11 Posts
    1k Views
    Dave RD
    Thank you. I wish I could take credit for either design. I'm actually trying to come up with a nearly post-processless process for creating images from SketchUp utilizing more than one style at a time. Whether it's different line styles or different face styles I'd like to have a process that is idiot proof so I can do it.
  • Shadows to curves/lines?

    2
    0 Votes
    2 Posts
    377 Views
    TIGT
    You might be interested in this new tool http://forums.sketchucation.com/viewtopic.php?p=371243#p371243
  • [Plugin] TECLA 0.1

    39
    0 Votes
    39 Posts
    44k Views
    D
    @chrisjk said: This sounds very interesting but I use a Mac.. - looking forward to the OS X version! @bantymom said: I, too, think this sounds interesting, but I, too, use a Mac and am looking forward to the OS X version, or did I miss it? If I have, please just point me in the right direction. @edson said: is this supposed to be a windows-only plugin? .exe files do not run on macs. @chrisjk said: This sounds very interesting but I use a Mac.. - looking forward to the OS X version! BIM addicts, my friends and I just rolled out the SketchUpBIM plugin. It's similar to the discussion on this forum - it provides simple tools to create grids, floors, and all common structural engineering and architectural primitives like walls, columns, beams, slabs and openings! We have utilized a lot of our knowledge of popular BIM products (like REVIT) and tried to follow the same methodology and process-flows. and yes, it's in English and Mac compatible check it out here: http://forums.sketchucation.com/viewtopic.php?f=323&t=41840 and please leave feedback and comments! Dex b/w bomastudio - very interesting work I would love to download an english version as well!
  • [request/idea] Specific parent component view

    18
    0 Votes
    18 Posts
    1k Views
    jeff hammondJ
    @bigstick said: Oops, sorry - I did mean 'Edit in Place'. There's nothing wrong with agreeing or disagreeing, as long as we having an amicable and reasoned discussion Of course everyone is perfectly entitled to their own views, but if you haven't tried the alternative, it's a bit difficult to compare. people are supposed to disagree. my statement was supposed to be a joke because of your typo. you said you disagreed with me and then said you preferred my method better anyway.. yeah, the edit it place feature sounds nice. i think it's the same thing as the paste in place technique i outlined except automated.

Advertisement