πŸ’‘ LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering Download Trial
  • "Bend" Distortion

    3
    0 Votes
    3 Posts
    706 Views
    3

    JC> Go to this link and pickup this FREE program..It has a Fantastic "bend" function..
    http://www.cbmodelpro.com/forum.html ...(You may have to type it in as I can't seem to get links to work..) πŸ‘

    Richard

  • An idea for a areascript ?

    4
    0 Votes
    4 Posts
    711 Views
    P

    There was an area script written some time ago, but I can't remember the name or the author (TBD maybe?). It updated when you made changes, but was far from perfect. I cannot find in on my system anymore. It was not fully developed but showed great promise. Maybe someone else can remember it.

  • Round Corners Idea

    4
    0 Votes
    4 Posts
    1k Views
    TIGT

    Klaudius's k-tools.rb has long offered an 'L' command that's effectively a 'fillet'. You enter a radius and pick the edges (o radius extends/trims them at the same angle without a radius. However since this tool erases edges and replaces them with new shorter edges plus an arc you loose any faces... so I'd suggest that if the edges have a shared face then you draw the new arc and erase the then spare bits of edge that get left over - away from the arc circumference - so that the pre-existing face remains with its new perimeter...
    No need to reinvent the wheel just rework Klaudius's ideas ?

  • Quick access to help files

    5
    0 Votes
    5 Posts
    787 Views
    Didier BurD

    😳

  • Accessing the PDFs with Plugins

    9
    0 Votes
    9 Posts
    1k Views
    Didier BurD

    Yes, the size problem is strange. I know that when you put more spaces in the prompt value it works

    prompts=["help file............"]

    but why this ? No logical explanation...
    πŸ‘Š

  • Material by Layer in Ruby

    11
    0 Votes
    11 Posts
    1k Views
    Al HartA

    We will look at this again, but I believe the group/component/entity will report its own material and not the "Color by Layer" material.

    But we will try it. It would be a shame to miss the obvious answer.

    TextureHelper lets us save copies of the texture file for the layer, but neither Texture Helper of UVQHelper seem to let us access the texture size.

    @unknownuser said:

    What's wrong with this agonizing approach:

    create an "array entry" for every layer For every group/component/entity... determine if it has any material associated with it if so, for it's layer "array entry", add the material to it as a subarray
    When done, you have an array of layers, and each layer records the materials in it.

    From the first post, I thought I was missing the obvious. This is the obvious approach.

    Since materials don't have layers, but objects have both materials and layers, you just have to run the objects and make your own list. From my perspective, no big deal - it's just not a quick call to any singe method to get it done.

    Todd

  • Newbie (to ruby) question

    6
    0 Votes
    6 Posts
    693 Views
    A

    Reading Excel files could be done by using roo.

    azuby

  • ImageProfile update and other news

    8
    0 Votes
    8 Posts
    1k Views
    R

    Danke schoen, Burkhard. πŸ˜„ Hast du gehaben eine gut Reise fΓΌr Arbeit?
    Leider wir nicht sprechen fΓΌr ein lange Zeit, und mein Deutsch heute ist nicht gut. πŸ˜’

  • Webservices (soap/wsdl) and SketchUP ruby

    2
    0 Votes
    2 Posts
    677 Views
    T

    For quick and easy testing, you can dump all the needed libraries into /Plugins. Make a backup of /Plugins first, so putting it back to original status is a no brainer.

  • Select (or deselect) Hidden Edges within an active selection

    6
    0 Votes
    6 Posts
    819 Views
    JClementsJ

    Didier, I downloaded from the link above. The attachment shows the active selection (the top-most surface) and the hidden lines I wanted to select so I could delete them.

    It seems the menu is missing an option for Hidden lines or am I overlooking something?

    Also, should the Search Through list include "current selection" option?

    John

    Hidden Edges.png

  • Cutting_windows.rb

    28
    0 Votes
    28 Posts
    5k Views
    jujuJ

    Aah, thx for that, got the DL. Previously I went to your home page, selected "Newest Plugins" and selected the "Cutting Windows" (which still gives me that error referred to above).

  • IFC to .skp converter

    2
    0 Votes
    2 Posts
    2k Views
    jujuJ

    Thx for the heads-up!

  • Can anyone modify the xLine.rb function ?

    4
    0 Votes
    4 Posts
    662 Views
    R

    Wow, I must have been sleeping on the job on that one. model.*active_*entities πŸ˜’

    I'll update the Smustard version.

    Thanks,

  • Plugins Drop Down menu is wrong

    20
    0 Votes
    20 Posts
    2k Views
    R

    I don't think we disagree about anything. I may have misread one of your posts, thinking you were saying to put downloaded .rb files into the Tools folder, and that's what prompted my first post here. If you didn't mean to say that, then my comment was irrelevant. πŸ˜„

    Regards,

  • Is this possible? [code] batch export

    15
    0 Votes
    15 Posts
    3k Views
    boofredlayB

    @robmoors said:

    If anyone is interested in advancing this ruby, a window in which you can tick the exports and specify their file names and their location would be awesome.

    Any progress on this one?
    I used it the other day and all the files showed up with no name, just a .dwg .obj etc...
    I would welcome a more refined script.

    Thanks.

  • Extrude mulitple faces?

    5
    0 Votes
    5 Posts
    893 Views
    kmeadK

    I presume you are a Vectorworks user which has a tool function that does this.

    You might look at the Skin.rb which can do some of the same thing.

    http://www.sketchucation.com/forums/scf/viewtopic.php?f=153&t=1534&p=23813&hilit=skin#p23813

  • SketchUp Bridge

    4
    0 Votes
    4 Posts
    922 Views
  • Simple layermanager

    3
    0 Votes
    3 Posts
    422 Views
    J

    Hi Gaieus

    Thanks for your quick reply. I will take a look at Didirs script.

    Thanks
    Jorgensen

  • Ruby console intruder

    11
    0 Votes
    11 Posts
    2k Views
    A

    "Behind": Change

    puts "foo"

    to

    puts "foo" if $DEBUG

    The other way would be:

    if $DEBUG puts "foo" end

    This also would be possible πŸ’š :

    puts "foo" unless !$DEBUG

    @Fredo6
    They still have Ruby 1.8.0 implemented since ... don't know - maybe Sketchup 4?

    azuby

  • Reverse faces to match... ruby.

    14
    0 Votes
    14 Posts
    2k Views
    GaieusG

    When geometry reaches a certain complexity, the Orient faces command starts behaving weirdly ; some faces aree reversed some not - but the bigger problem is that it reverses front faces also (as if SU could find out what should be outside and what inside).

    As I remember Ross posted a +nice" example a while ago when he got stumped with this (it's in the "lost topics" I think).

Advertisement