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

    Djskippy

    @Djskippy

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

    Djskippy Unfollow Follow
    registered-users

    Latest posts made by Djskippy

    • RE: GMSH exporter

      @jsgodwin said:

      Thanks for posting this! When opening the .geo file in gmsh, visually everything looks correct, but gmsh lists errors when reading the line loops.

      You could give my exporter a try, the line loops are exported correctly.

      posted in Developers' Forum
      D
      Djskippy
    • RE: GMSH exporter

      Hi Bomastudio,

      Some time ago I've written an export script from Sketchup to Gmsh.

      Sketchup Groups are exported as Volumes in Gmsh
      Sketchup Faces are exported as plane surfaces in Gmsh
      Sketchup Edges are exported as lines in Gmsh
      Sketchup Vertices are exported as points in Gmsh

      The script handles nested groups and applies all transformations to the points in Gmsh
      Inner faces are exported correctly.
      It even exports text entered in Sketchup (not 3D text).

      The only thing this script doesn't do is: Export circles and arc's as Gmsh circles, it now just exports them as lines and points (that's how Sketchup see's them).
      To correct this you'll need to take a look a IGES_EXPORT and how it exports circles, cylinders and cones.


      Gmsh Export script for Sketchup

      posted in Developers' Forum
      D
      Djskippy