πŸ”Œ Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download
  • Plugin request - slice a model using the section plane

    4
    0 Votes
    4 Posts
    405 Views
    cottyC
    If there is a lot of geometry, you have to wait a longer time, even if SketchUp is not responding. Or does SketchUp itself crash?
  • Piping Tool 3Skeng

    3
    0 Votes
    3 Posts
    978 Views
    FrederikF
    Indeed 3skeng is a great tool, but like Pilou just stated - far from new... Before you post such things, perhaps it's a good idea to make a search...
  • Please help. PLUG-IN PROBLEM

    6
    0 Votes
    6 Posts
    277 Views
    Z
    Already got the answer for my question. I just need to browse the forum to get my answer. -.- Thanks guys. [image: 0tcd_123.jpg]
  • Batch converting skp files to other formats

    2
    0 Votes
    2 Posts
    267 Views
    A
    It seems importing an skp file as a component requires user interaction, namely to place it somewhere (Trimble?!?!). Try this: model = Sketchup.active_model file = "C;/skp_files/example.skp" Sketchup.open_file(file) model.export(file.sub(/\.skp$/, ".dae"))
  • Tools on Surface Ruby Extension

    2
    0 Votes
    2 Posts
    320 Views
    Dave RD
    The usual reason plugins don't load correctly is because they haven't been installed correctly. Go back to the first post of the thread and read the instructions. Make sure you've installed the plugin correctly.
  • New rendering plugin

    30
    0 Votes
    30 Posts
    2k Views
    M
    it doesn't support layers either... hide what you do want visible
  • [Plugin] Parametric Copy v1.01 20111030

    22
    0 Votes
    22 Posts
    28k Views
    S
    Hi, witch matematical language do it use? i mean: there is a reference for translating operations in simbology? (i know * is x, and - is "less"...but i'd like to get some more...). thanks
  • What's the best way ?! [Organic Shapes - Buildings]

    63
    0 Votes
    63 Posts
    13k Views
    A
    WOW! the designs are really elegant.
  • Erase Edges that do not complete a face

    3
    0 Votes
    3 Posts
    373 Views
    voljankoV
    Besides erasing edges,you can also visually follow the result, highlighted in different colors and have a "mistakes" counter with the free version of the SuSolid plugin.
  • SU crashes on mac plugins!

    2
    0 Votes
    2 Posts
    176 Views
    D
    hi Guy, not sure I can help here, but have some thoughts, I may disclose, with more info... can you add a screenshot , to this post showing, the 'Outliner' window with as much structure of a failing .skp, showing as possible. I have tried the standard instal ruby with some 'group sorting' problem scripts and it didn't appear to help, your milage my vary, but I think problems on the 'C' side... So, other then the usual, general advice, Close all supplementary windows, eliminate 'SU' trying to refresh the view, ie have it really small, on an empty scene. If you can provide a snippet that fails more advice could be given, john
  • For the love of GOD.....!!!!!!

    20
    0 Votes
    20 Posts
    1k Views
    PixeroP
    @thomthom said: Have you tried walking on water..? Anyone can walk on water...it just have to be below 0 degrees Celsius.
  • Rigth Click turn layer off

    6
    0 Votes
    6 Posts
    357 Views
    kenK
    @didier bur said: Hi, You can also use my LayerManager plugin, which lets you click on object(s) you want to turn their layers off. And more Didier And so right you are. It is getting hard to remember the function each and every plugins or tool bar. Thanks for your reply and the work you have done in writing plugins. Ken
  • [Plugin] Clines on Axes at Point & Normal v1.2

    10
    0 Votes
    10 Posts
    13k Views
    cottyC
    I wonder why I missed this one until today! Thank you for this helpful plugin.
  • Plugins on Mac

    12
    0 Votes
    12 Posts
    430 Views
    thomthomT
    Glad to hear it's working.
  • Minimizing SU moves toolbars...

    6
    0 Votes
    6 Posts
    366 Views
    CadFatherC
    Kris, i might be able to help you with that - you can do a lot with a bit of registry tweaks and batch files (on windows) - also i think i posted something about this here, long time ago (though it has evolved a lot since). in any case, i do run different sketchup setups (plugins etc.) with only one installation - say one geared towards modelling and the other rendering. i was thinking of some video tutorials to come in the near future and i could be showing the steps for this too - my whole setup is a bit complex and my time is not super friendly with me right now, but i'll get round to it. the only problem is that if the toolbar get messed up - you still have to restart SU to get them back. (but getting them back is then pretty quick).
  • Does anyone know the "Engineering Toolbox"?

    2
    0 Votes
    2 Posts
    601 Views
    I
    Rightly said. I have been using this plugin for quite a lot of time but for the last few days it is giving an error message. The message is as follows: [image: snapshot_of_the_error.jpg] Please suggest a suitable solution
  • Looking for a plugin to quantify and catalog selected data

    2
    0 Votes
    2 Posts
    218 Views
    TIGT
    You wouldn't have to necessarily pick/label each part manually... Select the roof faces/edges [inside a component/group]. Run the script. It first we find all faces [selection.grep(Sketchup::Face)]. These are categorized by their properties: All faces with a normal that is 'up' are potential roof surfaces. All faces with a normal that is down are potential soffits [z==-1 in flat downwards] All those that are vertical are potential eaves/fascias/verges - the verges differ from the rest as their top bounding edge is not horizontal. The slope is the roof is easily got from the angle between the Z_AXIS and the face.normal converted from radians to degrees [or A:B if that's preferred]. Each can be given an attribute containing the data. Each of theses faces can be written to hash and eventually into a CSV file with type, slope, area, material etc. Now we'll look at all edges [selection.grep(Sketchup::Edge)]. Again these are categorized by their properties: If a line is horizontal then it's either a ridge, an eaves or a soffit-edge: if it's at its faces' bounds.max it's a ridge, an eaves's faces will either be just 1 or if 2 include a vertical face [the fascia] etc. If a line slopes then its either a hip-ridge, a valley or a verge: again some rules can work out which type - a verge's faces will include one vertical face, the angle between the hip/valley faces' normals can indicate a convex [hip] or concave [valley] form. Again these can be an attribute containing the data. Each of theses edges can be written to hash and eventually into a CSV file with type, slope, area, material etc. This would be a good Ruby project to cut-your-teeth on... why not try it yourself...
  • Is this even possible using just one plugin???

    25
    0 Votes
    25 Posts
    2k Views
    ninomaydaN
    That's the ticket! Superb Solution. Thanks a bunch to Wikii ! Great Job. Thanks to all . . . . again. Nino
  • SKETCHUP plugin to register an origins (axes)

    5
    0 Votes
    5 Posts
    330 Views
    Didier BurD
    Hi, You can also save a style with each of your axes settings, like so: [image: tP8i_save_axis.jpg]
  • Save As Plugin

    5
    0 Votes
    5 Posts
    424 Views
    R
    Aerilius thanks very much for this - that is a clever approach. I have tried running the module you have written. However it opens command prompt with an error message "The system cannot find the file specified. 0 file(s) copied". I have tried debugging through the ruby console (see attachment) and the script correctly identifies my custom template file and the path to my desktop. However line 8 returns 'false' when trying to copy the file. I don't understand why this would be the case. Do you have any ideas? Thanks Ross [image: BJDm_RubyConsole.jpg]

Advertisement