sketchucation logo sketchucation
    • Login
    1. Home
    2. qiucx
    3. Topics
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    Q
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 21
    • Groups 1

    Topics

    • Q

      [plugin] xml parser

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      276 Views
      Dan RathbunD
      Export / Import DAE files are XML. You can select what you wish to save, and call: model.export( "some/path/filename.dae", optshash ) Create the options hash first with :selectionset_only => true Then import them using model.import
    • Q

      Encode in 2014 again.

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      727 Views
      Q
      Thanks for all. The problem is done. The solution is to use ultraedit convert function(convert ascii to utf-8(unicode edition)). Originally, i use the notepad++ to convert utf-8 without BOM, and it seems not work as expected. Now, the split function can work correctly without any force_encoding, but the input from html should be converted using force_encoding("UTF-8"). Thanks again for TIG.
    • Q

      Xml parser in sketchup

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      3
      0 Votes
      3 Posts
      421 Views
      Q
      Thanks for your reply. Unfortunately, i can not use DOM parser to do xml parsing. [edit] I have used the libxml and its performance is good enough for me. I setup the old version libxml and copy the ruby files, dll to plugin folder of sketchup, it works for me.
    • Q

      How to erase the box of line in group

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      8
      0 Votes
      8 Posts
      367 Views
      dukejazzD
      Use the axis tool to localize ea line before making ea group (to fix - explode -make axes along the line - make group - repeate for ea line) Boxes should be gone.
    • Q

      How to draw arc with three points

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      6
      0 Votes
      6 Posts
      844 Views
      pilouP
      You have the new plugin by Arcs Circles+ by Didier Bur today!
    • Q

      Inputbox change values.

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      141 Views
      Dan RathbunD
      Either use 3 successive inputboxes... OR use UI::WebDialog
    • Q

      Bat print skp files

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      276 Views
      TIGT
      This idea is not new... http://sketchucation.com/forums/viewtopic.php?f=15&t=37510 https://groups.google.com/forum/?fromgroups=#!topic/sketchupruby/XCW2zuW_lY8 etc Without considerable effort and extreme programming skills, you will almost certainly have to open each SKP in turn and export it as a jpg or png, then print that using a 'bat' file ? This is readily programmable in ruby...
    • Q

      How to load the system lib of ruby for SU

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      267 Views
      Dan RathbunD
      SketchUp currently uses Ruby v1.8.6-p287 Ruby (v1.8.6-p287) Windows One-Click Installer Standard Ruby Library folders DO NOT belong in SketchUp's "Plugins" folder. They belong in the Standard Ruby Library folders. Once a user installs the full Ruby edition, SketchUp's Ruby can access it's library folders, by pushing library paths into SketchUp's **$LOAD_PATH** array. See: [ Code ] Ruby LOAD PATHs script (Win32)
    • 1 / 1