🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

子版面

  • No decscription available

    20 主題
    462 貼文
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • JavaScript Help from Google

    2
    0 評價
    2 貼文
    157 瀏覽
    Chris FullmerC
    I believe that they showed this during the IP conference this last year. Maybe dig through the IO videos to see if they had any sessions devoted to it. Chris
  • SU Ruby Cheat-sheet

    19
    0 評價
    19 貼文
    6k 瀏覽
    chrisglasierC
    The nsetSketchupApi plugin is in a separate topic reserved for downloading, updates and technical questions and answers. Another topic "[WebDialog]Behind nsetSketchupAPI" starts a discussion on the potential of such an approach. But here I just want to thank Alex and Jim for prompting the development of an alternative type to Alex's cheat sheet; one that is based on animating words in a small machine-like interface rather than more familiar digital versions of paper pages. Most of all though I must thank Jim, ungenerously described as code adviser in the files, for teaching me about json, easing and all these things, but mostly for how to turn my cavalier code into something understandable and stable. Thanks Chris
  • 1 way rail - 2 way rail plugin idea

    5
    0 評價
    5 貼文
    409 瀏覽
    P
    i know, but a free drape much easier to use . what about multiple weld? or multiple divider (i.e. welding multiple lines/dividing at the same time for lofting purposes? )
  • Can you use Scrollwheel with tools?

    10
    0 評價
    10 貼文
    598 瀏覽
    Chris FullmerC
    Oh gotcha. The Prince IO game works because the user never needs to interact with model directly. All their actions are done through the web dialog and as soon as they click into the model, it must kill their game control then I guess? Chris
  • How to detect if html was opened as a webdialog

    7
    0 評價
    7 貼文
    408 瀏覽
    chrisglasierC
    @thomthom said: You have a .hta application, you also use that in a Webdialog. You use WebDialog.set_file("myHTA.hta") and window.location.href = "myHTA.htm" ?? Firstly as htas are not compatible with Macs we thought we ought to try and get a WD version working for them. Secondly we know we can launch Sketchup from an hta but we haven't got as far as seeing how to manipulate within it preferably from a single plan/do interface. Anyway thanks again for your help. I thought you deserved some kind of explanation. Regards Chris
  • Double Offset tool?

    31
    0 評價
    31 貼文
    2k 瀏覽
    G
    Perhaps this is gravedigging but I hae an AHA moment the other day. The reason the offset tool does not work with a single line is that it does not know what 3D plane you want the offset to be on. Two or more non co-linear lines and presto. SU can calculate the plane from any three points. Then determine the side you wish to place the offset on by tranforming the mouse cursor position to the plane. Double sided offset would have the same problem.
  • Orient Faces

    6
    0 評價
    6 貼文
    835 瀏覽
    pbacotP
    Thank you, Miguel. That's the one I ended up using. Thanks for the link to Tomasz' site, too. I've never looked at it before. Pretty cool.
  • Merging two shapes along path...

    12
    0 評價
    12 貼文
    1k 瀏覽
    juan974J
    Hello, did you try 2 faces + path ?? the web site http://lss2008.livejournal.com/ Juan974 (reunion island) [image: 2_faces___path.jpg.html?killcode=1352435932519360629] pathface.rb
  • Snapping to grid in two dimensions

    2
    0 評價
    2 貼文
    239 瀏覽
    daikuD
    Sorry about bumping my own thread, but I'd really like to solve this one. The built-in rectangle tool does exactly what I want. You can see it by watching the VCB. Even though you are at a diagonal distance from the the first point, it snaps to even numbers in the cartesian directions. I started with the line tool sample, but I modifed the VCB code to display the x and y offset values rather than the striaght-line length. But they are always some odd value with a ~. CB.
  • Quit Current Tool

    6
    0 評價
    6 貼文
    344 瀏覽
    daikuD
    Thanks Tig. My tools are specific to a very specialized group of users (timber framers), so they'll know what should be selected. I think having the tool grayed out on the menu is all I need to do. CB.
  • Converting text to unit length (string.to_l)

    2
    0 評價
    2 貼文
    239 瀏覽
    J
    Yes, I was worried about this problem. In my woodwrk.rb I use a simple math evaluator as an alternate to simply a math expression. I parse the string and where there are legitimate length fields I insert the following: s.to_l.to_f.to_s. If fear this won't work in European countries although I do know at least one guy using my Ruby.
  • [WebDialog] A-H, I-M, N-Z in Javascript

    9
    0 評價
    9 貼文
    338 瀏覽
    chrisglasierC
    I discussed this with Jim just now and we decided that it is better to include the full methods output for the beta version so interested parties can understand and improve the code holistically. But thanks for your help. Sometimes I'm a little too quick off the mark! Chris
  • Offset a Path (like TOS but without a face)

    5
    0 評價
    5 貼文
    346 瀏覽
    ToboboT
    Thanks again
  • General Questions About Ruby

    3
    0 評價
    3 貼文
    210 瀏覽
    C
    Thank you very much! I think that just solved a question I had about why some of my scripts dont have pictures for their toolbars. I'm getting alot of load errors as well. I think I will have to delete those scripts and make sure I copy them into the plugins folder in the correct directory order. I will watch some tutorials too. Thanks
  • Faces to components problem

    15
    0 評價
    15 貼文
    2k 瀏覽
    O
    thanks for your help on this guys, the right click option that you made honolulu doesn't seem to work on my computer but Chris, your updated code works so thank you very much
  • Looking to make a script, but dunno how.

    34
    0 評價
    34 貼文
    2k 瀏覽
    A
    Ok. I didn't know.. I thought it was native. Is there some way to stash this inside my script so that the method is local? Or perhaps I shouldn't worry about that? (How do I check if a method is defined? If I can't, are duplicates OK?)
  • How to use Ruby API

    28
    0 評價
    28 貼文
    2k 瀏覽
    honoluludesktopH
    Darn, I finished coding only to discover the "putdxf" I use for my CAD import has a bug that fails to locate multiple blocks correctly. I confirmed this by being unable to "putdxf" with the system's "getdxf". Will have to rewrite as a "command line" script. Thanks for everything, sorry I couldn't understand much of what you tried to explain to me. But, because of your help, I will get better in time
  • Model.active_path uses global coordinates?

    4
    0 評價
    4 貼文
    257 瀏覽
    daikuD
    @thomthom said: I think that as a component/group is opened for editing, all co-ordinates are made global. That explains much. @thomthom said: Su7.0 introduced a method to help on this matter: http://code.google.com/apis/sketchup/docs/ourdoc/model.html#edit_transform And I'll have to transform them all back myself, I guess. Thanks, Thomas.
  • Pages.erase

    11
    0 評價
    11 貼文
    798 瀏覽
    R
    Cheers guys, that makes sense
  • Upgrade NotePad++?

    16
    0 評價
    16 貼文
    2k 瀏覽
    Chris FullmerC
    I guess I would recommend using it without the do, since ruby syntaxd seems to think its redundant (which I do find odd as it does not fit their other loop syntaxes). Or if it helps, I learned the array.each do |e| ... endmethod first and I was able to understand it fairly quickly. And I hve zero programming experience outside of Ruby for Sketchup. Another bonus to teaching that method is that all the API uses it, as apposed to the for in end loop. So it might help readers transition into the API smoother. But that is just a thought, Chris

Advertisement