sketchucation logo sketchucation
    • Login
    1. Home
    2. gneacsu3002
    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!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 1

    gneacsu3002

    @gneacsu3002

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    gneacsu3002 Unfollow Follow
    registered-users

    Latest posts made by gneacsu3002

    • RE: Automatic Export Scenes to .dwg/.dxf

      thank you for the answer, that cleared things out..
      i thought that is a general description of the function and that i can pass true, false or a hash as the second argument.
      now that being said it doesn't work as it suppose to... no matter what i pass as the second argument the message continues to appear

      posted in Developers' Forum
      G
      gneacsu3002
    • RE: Automatic Export Scenes to .dwg/.dxf

      im working on a plugin that does just that but im having trouble selecting the format of the exported dwg file.
      Does anyone knows how to pass file description 'AutoCAD 2000 dwg files'?

      I have tried this

      options_hash = { :description => 'AutoCAD 2000 DWG Files', :faces => true, :edges => true, :geometry => false, :text => true, :dimensions => true } Sketchup.active_model.export '/my_export.dwg', options_hash

      Doesnt work!
      And i get this message afterwards 'Autocad export audit: OK'...how to make it not appear?


      Untitled.png

      posted in Developers' Forum
      G
      gneacsu3002