ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Section cut again

    9
    0 Votes
    9 Posts
    1k Views
    BurkhardB
    Thanks a lot. Forget about create group from slice
  • Change active Scene/Page

    4
    0 Votes
    4 Posts
    567 Views
    R
    There is, but it's rather complicated. You need to use a series of Sketchup.send_action("pageNext:") commands until the Sketchup.pages.selected_page is the one you want to have active. EDIT: It appears there IS a pages.selected_page= method, that is undocumented. The method makes it UNcomplicated, but the undocumentedness re-complicates things
  • Comonent Attributes Not being saved

    2
    0 Votes
    2 Posts
    286 Views
    R
    After assigning the attributes to the definition, did you save out the definition (rather, an instance of it) to an external model?
  • PathCopy not showing

    6
    0 Votes
    6 Posts
    507 Views
    R
    I'll have to check - I may have hard-coded an expected (PC) path that will be different for Mac. Regardless, the script should work, even without the cursor change.
  • Script location help please

    3
    0 Votes
    3 Posts
    405 Views
    S
    Yup curvestitcher was the one I was thinking of. Thanks for the great script Rick.
  • Copying Along A Path

    10
    0 Votes
    10 Posts
    1k Views
    Dave RD
    That's cool. Well, I won't be getting any work done for awhile now. I'm going to be playing with this instead.
  • XML importer

    20
    0 Votes
    20 Posts
    2k Views
    CadFatherC
    it's a given there's no hurry Fred... ..i'm already glad to get an answer to my question - (18 replies to my languishing post in fact) cheers!
  • Is texture pixel color accessible from within ruby?

    5
    0 Votes
    5 Posts
    915 Views
    R
    If a possible application would be contour maps generated from grayscale images, then it's been done. Check the SketchUp Pro user group boards, and look at some OLD ruby stuff. I can't remember the names of things, but TBD had one, and maybe Dider had something.
  • Plugins failed to load

    4
    0 Votes
    4 Posts
    532 Views
    GaieusG
    Flatten.rb is a commercial script and should not be just "put" (copied?) from one jackass' folder into another one's. So please, make sure you are not breaching any copyright conditions.
  • ASCII Exporter for Unreal 3 Editor

    2
    0 Votes
    2 Posts
    526 Views
    R
    Hi Again, Does anyone know anyone that they think could help? Cheers
  • Push/pull to work on 'unopen' groups

    7
    0 Votes
    7 Posts
    712 Views
    A
    I wouldnt want to image the maths involved in offsetting something on a curved plane, offsetting a planar line/polyline is what I was trying to achieve... but since you mentioned offsetting a curve on a surface - that would mean offsetting a 3d curve - which could come very handy - for a lots of applications . If there is anything that could be done to help you with this development - let me know.
  • Reply at Depositary

    4
    0 Votes
    4 Posts
    516 Views
    J
    I've moved watkins post here, where you should be able to respond. Replys in the Depository should now closed.
  • Problem with input box displaying values

    6
    0 Votes
    6 Posts
    674 Views
    fredo6F
    For those interested in Windows-style dialog boxes (i.e. not Web dialogs), I had written a library Libtraductor.rbthat supports also language translation in dialog boxes and ease the checking of parameters (min, max, string patterns, ...). It also preserves defaults and previous values. I use it in Bezierspline and in JointPushPull (and actually in other unpublished scripts). Attached is the script, as well as a tutorial for programmers in English. Here is a snippet of the interface dlg = Traductor;;DialogBox.new title #Declaring fields, either string, numeric or unit-based numeric, or enumeration list; dlg.field_string symbol, label, default, validation_pattern dlg.field_numeric symbol, label, default, value_min, value_max dlg.field_enum symbol, label, default, enum_hash #Showing the dialog box; Hash_results = dlg.show hash_initial_values to drop in Skecthup Plugins folder Tutorial for Ruby script programmers
  • Is there a send_action for the 3DTextTool?

    8
    0 Votes
    8 Posts
    1k Views
    J
    You're welcome. There is at least one list of these send_action numbers. I found one on the Google Pro Group.
  • [ruby doc] Undocumented send_action commands

    3
    0 Votes
    3 Posts
    489 Views
    J
    Not that I am aware of.
  • Sine Curve (wave) script?

    24
    0 Votes
    24 Posts
    5k Views
    J
    I have updated the script to make it remember values between calls. http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=8917
  • Skp Viewer

    7
    0 Votes
    7 Posts
    2k Views
    D
    Hi Burchard Thx for the heads up on xnview in SU Very slick and a great idea. dtr
  • Extend end of arc

    2
    0 Votes
    2 Posts
    514 Views
    T
    Nothing up my sleeve. But sounds like it would be fun to write (if I didn't already have 1 billion things on my to-do list) Todd
  • I'm getting there - but need some help.

    14
    0 Votes
    14 Posts
    1k Views
    E
    As I said in the heading of my topic - 'I'm getting there' I also said - 'but need some help.' and you have certainly given me that. My problem is that I have no experience of programming/scripting, and I am short of time in developing a major project (the scripts for SU are only a part of the project) and have limited time to 'study' something new, particularly something as involved as Ruby - but I will persevere as time allows. Thanks again for you patience and assistance so far - it has helped no end.
  • Is it possible...

    3
    0 Votes
    3 Posts
    591 Views
    R
    is there any chance of anyone ever knocking this up, or will i have to wait untill i can program ruby (never)?

Advertisement