Urasik Extensions | Lots of new extensions to check out Learn More

Alkategóriák

  • No decscription available

    20 Témakörök
    462 Hozzászólások
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • Push/pull to work on 'unopen' groups

    7
    0 Szavazatok
    7 Hozzászólások
    917 Megtekintések
    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 Szavazatok
    4 Hozzászólások
    590 Megtekintések
    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 Szavazatok
    6 Hozzászólások
    841 Megtekintések
    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 Szavazatok
    8 Hozzászólások
    1k Megtekintések
    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 Szavazatok
    3 Hozzászólások
    584 Megtekintések
    J
    Not that I am aware of.
  • Sine Curve (wave) script?

    24
    0 Szavazatok
    24 Hozzászólások
    6k Megtekintések
    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 Szavazatok
    7 Hozzászólások
    2k Megtekintések
    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 Szavazatok
    2 Hozzászólások
    578 Megtekintések
    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 Szavazatok
    14 Hozzászólások
    2k Megtekintések
    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 Szavazatok
    3 Hozzászólások
    651 Megtekintések
    R
    is there any chance of anyone ever knocking this up, or will i have to wait untill i can program ruby (never)?
  • Double-Click Toolbar Button

    7
    0 Szavazatok
    7 Hozzászólások
    1k Megtekintések
    A
    For switching on and off things you can create a togglebutton with Sketchup-Ruby (also possible for menu items). Doubleclickable buttons are not the common way (usability aspects). Please do not confuse the users azuby
  • Ruby Console utility

    3
    0 Szavazatok
    3 Hozzászólások
    692 Megtekintések
    E
    That's it. Thanks Alz and Jim.
  • SU 6 Save script

    3
    0 Szavazatok
    3 Hozzászólások
    620 Megtekintések
    A
    To be honest SU 6 is terrible. Its glitchy and MUCH slower! the list goes on but don't get me started We did purchase 20+ copies of SU6 Pro and are unfortunately in the process of implementing it. There were many things in version 5 that needed to be fixed and were ignored, instead we get styles and a million more bugs. hopefully it gets better.
  • Queston for Fred06 concerning BezierSpline tools

    3
    0 Szavazatok
    3 Hozzászólások
    1k Megtekintések
    JClementsJ
    Thank you, Fred06. This will help me out when I have to place reference points at equi-distances along a path or simplifying existing curves.
  • Global/Local (component) axis

    6
    0 Szavazatok
    6 Hozzászólások
    3k Megtekintések
    R
    You have a line near the end of your code: if Sketchup.active_model.rendering_options["EdgeColorMode"] Since that will always return true (non-nil), then it always evaluates the first conditional. That's why it doesn't ever toggle.
  • Copytopath

    3
    0 Szavazatok
    3 Hozzászólások
    750 Megtekintések
    R
    Is this regarding the PathCopy script from Smustard? If so, I suspect that you have scaled the items you are trying to copy. If it's a component instance, PathCopy uses the definition and inserts new instances along the path. This would explain the change in scale. Also, the script uses the component axes for the initial placement along the path. So, you may need to redefine your component's axes, or inside the component rotate the geometry at the component's origin. There are a few issues that I have on my list to update for PathCopy, but time is short...
  • Left Click Hide Ruby

    18
    0 Szavazatok
    18 Hozzászólások
    2k Megtekintések
    T
    It should have. The feeds are supposed to be automagic - I load a new script - and the feeds feed. That's my understanding of it. Stay tuned for "Unhide Manager" Todd
  • Units problem

    3
    0 Szavazatok
    3 Hozzászólások
    478 Megtekintések
    TIGT
    Try something like (bmaxz+$startcoord).to_cm - SUp uses the 'inch' as its units and that's what the bmax returns - if you want it to return dims in other units try things like .to_cm ...
  • Shaping ruby

    3
    0 Szavazatok
    3 Hozzászólások
    722 Megtekintések
    L
    Thanks Jim
  • Entity.set_attribute infinite loop

    6
    0 Szavazatok
    6 Hozzászólások
    822 Megtekintések
    M
    Hi Thanks for that solution, I've tried it and it works a treat. Its a bit hackish but it works so it'll do. Thanks again.

Advertisement