[Question] Is it possible to directly read a WKT TIN string in Python with meshio #1381
              
                Unanswered
              
          
                  
                    
                      swiss-knight
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm not able to figure out if it's possible to read a string containing a valid OGC WKT TIN with meshio in Python.
Is it possible to do so?
Until now, I have to dump the string into a file, and read it back again with meshio to load it as a mesh.
And the help on
meshio.readdoesn't hepl me much about this idea:Many Thanks.
Beta Was this translation helpful? Give feedback.
All reactions