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

    Metterz

    @Metterz

    10
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Metterz Unfollow Follow
    registered-users

    Latest posts made by Metterz

    • RE: Turn 3D model dimensions into a text file?

      Ok, after entering the first line into the Ruby Console, I got this...

      UI.menu("Plugins").add_item("Export Corners") do
      Error; #<SyntaxError; (eval);149; compile error
      (eval);149; syntax error
      UI.menu("Plugins").add_item("Export Corners") do
                                                      ^>
      (eval);149
      

      I'm guessing the code isn't intended for Ruby, so where do I enter it to get the plugin working?

      posted in SketchUp Discussions
      M
      Metterz
    • RE: Turn 3D model dimensions into a text file?

      I'll be more specific there: it gave me a syntax error message on the second line...

      posted in SketchUp Discussions
      M
      Metterz
    • RE: Turn 3D model dimensions into a text file?

      Ok thanks a lot, but what language is this code in? I tried entering it into Ruby but it died on the second line... Sorry if i'm being awkward, my programming experience is limited - particularly with SU.

      posted in SketchUp Discussions
      M
      Metterz
    • RE: Turn 3D model dimensions into a text file?

      Just a string of numbers will probably do, like maybe co-ords of each corner of each group/component. I just need some text file data that MS Access can use to easily acquire the dimensions of groups/components in a SU file. It will probably easier if I can make an Excel spreadsheet though, instead of a text file.
      I don't know how the contents of the dimensions file will be arranged, but i'll try to work with whatever I can get out of the SU model

      posted in SketchUp Discussions
      M
      Metterz
    • RE: Turn 3D model dimensions into a text file?

      And besides, the program's meant to be written for an end user, so the SU part of the whole thing has to be the freeware version...

      Thanks all for your help

      posted in SketchUp Discussions
      M
      Metterz
    • RE: Turn 3D model dimensions into a text file?

      Ok there's no way I can afford SU Pro to export anything other than .kmz files. Is it possible to make a text file without exporting files, eg. using Ruby?

      posted in SketchUp Discussions
      M
      Metterz
    • Turn 3D model dimensions into a text file?

      I'm doing a program for computing at college, and I need to input dimensions of 3D objects. It'd be great if I could make models of objects in Sketchup then have it generate a simple text file from which another program could read dimensions, for eventual use in visual basic for MS Access. For now, none of the objects will have any curved edges.
      The text file will have to include dimensions of all the 3D objects drawn in a Sketchup file, preferably with some sort of reference number or name for each object.
      I have no coding experience with Sketchup, so any ideas, code or solutions will be greatly appreciated.

      Thanks!

      posted in SketchUp Discussions sketchup
      M
      Metterz