Konstantin8105 / inp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inp fileformat parser

That library created for convert finite element file in format INP to format STD.

Typically using case:

  1. Creating mesh model in GMSH

  2. Saving into mesh format INP.

    Example: gmsh -2 -format inp cone.geo

  3. Use that software for convert into STD format

  4. Enjoy!!

About

License:MIT License


Languages

Language:Go 99.6%Language:GLSL 0.4%