ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Newbie switching active models

    3
    0 Votes
    3 Posts
    204 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
    575 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
    934 Views
    thomthomT
    what version did you download?
  • Project stray curve segments to nearby faces

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

    4
    0 Votes
    4 Posts
    246 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
    185 Views
    T
    Thank you so much for the response! It works great!
  • Conponent along path

    7
    0 Votes
    7 Posts
    378 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
    199 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
    200 Views
    C
    hahhaha sorry http://rubyosa.rubyforge.org/tutorial.html
  • Add hidden layer

    8
    0 Votes
    8 Posts
    640 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
    191 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
    285 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
    200 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
    439 Views
    thomthomT
    1001bit also got a selections of array functions.
  • Bezierspline

    4
    0 Votes
    4 Posts
    388 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
  • Extension Index List snapshot

    6
    0 Votes
    6 Posts
    6k Views
    A
    Hi Jim, @jim said: It's almost certainly broken - it is no coincidence since I was working on it this afternoon. I will look at it on Monday - my eyes are blurry. It appears to still be broken. When I click Submit, I go to http://www.sketchucation.com/wp-comments-post.php which just shows a blank, white page and the comment is not there on the Extensions List page. And I don't seem to be able to test Logged-In vs. Logged-Out because I can no longer find where to log in to that part of SketchUcation. Logging in to the group Forums here is not sufficient. Meanwhile, the Extensions List page now shows 679 entries while my list has 678. I'd rather not go through the work of regenerating the list just to compare. Do you happen to remember what the newest entry was? If so, could you mention it in the Comments on the Extensions List page? Adding notes in the Comments seems a good way too keep people updated and would make it easy for me to update both the text list in this thread and the HTML list at http://supowertools.wordpress.com/scfextenslist/ The above is, of course, assuming the Comments function is working. Some kind of search system has added a comment since I reported the problem over a month ago, but it seems to be an automated result for when "Extensions List" is mentioned anywhere within SketchUcation/SCF. Or it could have been done manually, it is only one entry. Thanks for you efforts, Jim, and I hope this helps, August
  • [Question] Is it possible to get a point on UV ?

    9
    0 Votes
    9 Posts
    279 Views
    PixeroP
    I will, thanks.
  • Script Problem - HTML

    12
    0 Votes
    12 Posts
    413 Views
    chrisglasierC
    @chris fullmer said: I'm not sure what one you are thinking of Chris, but this article talks about web dialogs: The trouble you see is that I cannot open anything with blog in it (nor you or tube) but the date seems right. Perhaps the other other Chris will let us know if it is useful. As you know I am very keen to interest more people in web dialogs, because, for example, I agree with this chap. @unknownuser said: Vic Gundotra, Google Engineering vice president and developer evangelist, told the Mobilebeat conference in San Francisco on Thursday that the web had won and users of mobile phones would get their information and entertainment from browsers in future. ... “What we clearly see happening is a move to incredibly powerful browsers,” he said. “Many, many applications can be delivered through the browser and what that does for our costs is stunning. “We believe the web has won and over the next several years, the browser, for economic reasons almost, will become the platform that matters and certainly that’s where Google is investing.”
  • [Question] A way to control the View Menu option in dialogs?

    6
    0 Votes
    6 Posts
    230 Views
    JClementsJ
    Chris, in SU it always goes to List display. In Windows XP, all my default Folders View is to browse and display Details.
  • Solid Element Operation?

    3
    0 Votes
    3 Posts
    258 Views
    B
    @chris fullmer said: That sounds like booltools plugin. Search for the one. Chris That's right. thanks

Advertisement