⚠️ Important | Libfredo 15.6b introduces important bugfixes for Fredo's Extensions Update
  • [Help] Problems with Simplify Contours

    2
    0 Votes
    2 Posts
    833 Views
    CadFatherC
    not much you can do apart from the angle parameter - try scaling the contours way up otherwise extrude the contours into faces (using didier's projections), then use fredo's round corner to smooth, bevel the angles.. then get rid of the face and should be left with the contour hope that makes sense (EDIT: just realised that would only round the corners but not simplify - you should use fredo's beziertools and convert the contour into a polyline (you may need to use weld.rb before conversion) , then you can change how many segments it is made of)
  • Convert image to skm ?

    3
    0 Votes
    3 Posts
    472 Views
    H
    @remus said: massmaterialimporter It's unlikely to scale the textures correctly, though. p.s. You can find plugins very easily using the extensions index: http://www.sketchucation.com/extensions-index/ , a serach for 'material' brought up the above script in the first 10 results many thanks to remus
  • Using Package Maker to Install Plugins

    1
    0 Votes
    1 Posts
    355 Views
    No one has replied
  • JavaScriptObject - Publish your SketchUp models online!

    7
    0 Votes
    7 Posts
    1k Views
    Didier BurD
    Hi, Nice plugin. It reminds me my vr_obj_exporter back in 2006, that I was too lazy to update since then...
  • Is there a way to generate these patterns in sketchup?

    10
    0 Votes
    10 Posts
    11k Views
    EdsonE
    @chris fullmer said: Thats neato. Looks like the kind of thing we should develop an entire system of architecture around. i am glad it was a joke. there is way too much of that already.
  • Newbie switching active models

    3
    0 Votes
    3 Posts
    229 Views
    thomthomT
    Ah! I see now how the batch process is. Still don't understand what you mean by focus though. Maybe calling Sketchup.file_new before each import will work? http://code.google.com/apis/sketchup/docs/ourdoc/sketchup.html#file_new
  • Sketchup transformation.to_a structure

    4
    0 Votes
    4 Posts
    619 Views
    Chris FullmerC
    How much do you really need to learn "the matrix"? You can do a lot of stuff without ever messing with it. Chris
  • Difference between win32api.rb and win32api.so?

    12
    0 Votes
    12 Posts
    1k Views
    thomthomT
    what version did you download?
  • Project stray curve segments to nearby faces

    5
    0 Votes
    5 Posts
    469 Views
    mitcorbM
    Thanks again. mitcorb
  • A bunch of Ruby questions

    4
    0 Votes
    4 Posts
    292 Views
    thomthomT
    @cjthompson said: Is there any way to find the opposite face of a rectangular block without using a raytest? I made a function in my Selection Toys plugin that selects the opposite face. Doesn't use ray testing though. I lops over the connected geometry and finds the nearest opposite face. You can poke around in the code for that if you like.
  • Iterating over multiple hashes

    3
    0 Votes
    3 Posts
    236 Views
    T
    Thank you so much for the response! It works great!
  • Conponent along path

    7
    0 Votes
    7 Posts
    410 Views
    takesh hT
    When using complex curves (e.g. bezier curves) as a path, Pathcopy sometimes doesn't do what it's supposed to do. If you see that happening, try the following method; Get "Weld" Ruby script (also by RickW) from http://www.smustard.com/script/Weld , drop it in "Plugins" folder. Select the entire path, right-click and "explode" or "explode curves". Select the entire path again, call up "Weld" from [Plugins] menu. When prompted "Close curve?" say yes, and no to "Find faces for this curve?". Now you are ready to run Pathcopy script, but don't erase the unwanted connecting edge created by "Weld" until you finish running Pathcopy successfully.
  • Adding to the $: variable

    2
    0 Votes
    2 Posts
    221 Views
    thomthomT
    hm... that's an interesting question. That snippet looks very useful. Something SKX could use.
  • How to get the path to a Mac application?

    4
    0 Votes
    4 Posts
    235 Views
    C
    hahhaha sorry http://rubyosa.rubyforge.org/tutorial.html
  • Add hidden layer

    8
    0 Votes
    8 Posts
    686 Views
    J
    @TIG Thanks for your input, even though I couldn't understand your script But I managed to get it to work by using this: page = model.pages.add newname layers.each { |l| page.set_visibility(l, false)} page.set_visibility(layer, true) puts page.update(32) page.use_axes = false page.use_camera = false page.use_hidden = false page.use_hidden_layers = true page.use_rendering_options = false page.use_section_planes = false page.use_shadow_info = false page.use_style = false It might not be beautifull, but it works
  • Include and extraction?

    3
    0 Votes
    3 Posts
    224 Views
    A
    You may try to open the component (double click, or right click menu), select geometry, close component and paste. Or do you mean something more specific?
  • [Help]Property Grid Sketchup

    3
    0 Votes
    3 Posts
    323 Views
    chrisglasierC
    If you want it to look something like this [image: LniQ_Structure001.png] use something like this css for the body body{ cursor;pointer; font-family;arial; font-size;.6em; border;0px; margin;0px; overflow;hidden }
  • Add X and Y Postion text

    4
    0 Votes
    4 Posts
    226 Views
    kenK
    Chris Thanks for the very quick reply. Sometimes one just forgets all the tools available. However, what I was trying to do. I work with plate steel panels. I align copies of each panel to the front view, arranging all the panels in order. I like to make sure they are all aligned correctly before I make a ACAD export. Also I need to be in the parallel projection view before exporting. I have noticed that if I use the section view, and starting on no particular panel, most of the time not all the panels will show up in the section view, or sometimes just part of the panel. So my reasoning was that they were not all at the same position. So I wanted the plugin so I could go around to each corner and have a text message showing the position. I like using the “Export Section Slice” as a DWG. This way I don’t have to hide the rest of the model and I can be selective about what I want exported. The elevation plugin works on groups, however, the TEXT menu option only gives the info when the plate section is exploded. Thanks for your reply Ken
  • Help: Any good Array Script?

    9
    0 Votes
    9 Posts
    617 Views
    thomthomT
    1001bit also got a selections of array functions.
  • Bezierspline

    4
    0 Votes
    4 Posts
    419 Views
    D
    Download again the plugin from here: http://forums.sketchucation.com/viewtopic.php?f=180&t=13563 and read the important note before install (You should delete any BZ__***.rb files that existing the Plugins folder. You should also delete the folder BZ_Dir.). Daniel S

Advertisement