sketchucation logo sketchucation
    • Login
    1. Home
    2. fpmalard
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 19
    • Groups 1

    Topics

    • F

      Get current OS information

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      221 Views
      F
      Tks, worked fine. Fernando.
    • F

      SketchUp root folder

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      4
      0 Votes
      4 Posts
      893 Views
      J
      Oh, well here's a couple thread about that.. http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=11338 http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=4845 I don't know if they have what you need.
    • F

      XML Attribute

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      457 Views
      Didier BurD
      Hi, Why not use Marshall to store/restore very long strings ? This works well to store all kinds of data, even organized as struct objects, in attributes. Look here:http://www.ruby-doc.org/docs/ProgrammingRuby/html/ref_m_marshal.html My 2 cts,
    • F

      How to read/parse XML files inside SU

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      791 Views
      A
      If I remember right, I had a fully installed Ruby on my PC and took the REXML lib from it. The directory contains 55 files and five folders. I loaded it this way from my script: require 'rexml/document' unless defined? REXML If you also want to load this way you have to make sure that the Ruby interpreter search in the right place. Put the REXML folder to Plugins or Tools folder - should work with the above code. To make sure that your script only runs if REXML is loaded, put this condition to your codee: if defined? REXML # YOUR CODE HERE else UI.messagebox "REXML is missed, can't load plugin." end Sorry for my late answer - I'm moving from town to town at the moment. azuby
    • F

      SU view inside WebDialog

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      407 Views
      F
      Hello, Actually I was wondering if I can preview an entiy drawing inside the webdialog before create it into current model. This will be used on entities created from parameters like width, length, etc. As soon as the user change some of these parameters I could show a preview drawing and only after he hits Ok it creates the entity inside current model. Any ideas? Regards, Fernando
    • F

      Ruby script encryption

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      2k Views
      F
      Thanks. I have found it, there is an application at the root of SketchUp SDK which is called Scrambler.exe. You just need to run it from command prompt and pass the name of your Ruby file. It will generate a new file with the same name and RBS extension. I think this is the best way to protect your routines by now. Best regards, Fernando.
    • F

      Angle snaps

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      1
      0 Votes
      1 Posts
      732 Views
      No one has replied
    • F

      Angle snaps

      Watching Ignoring Scheduled Pinned Locked Moved Português
      4
      0 Votes
      4 Posts
      9k Views
      arqpadaoA
      oi Fernando Tudo bem, uma coisa que acho que seria interessante, principalmente para arquitetura, seria poder inserir ângulos em graus, minutos e segundos. Isso é possível em ruby? Se te interessares, deixo este teste para ti. abraços
    • 1 / 1