Skip to content

A Simple Nastran to JSON mesh reader which makes it easy to exchange data

Notifications You must be signed in to change notification settings

vijaiaeroastro/nastranToJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nastran to Json Converter

A simple code that helps convert Nastran meshes to a JSON file format that is more suitable for the current day and age.

Currently it reads the following data from Nastran file (.nas)

  • Vertices
  • Triangles
  • Feature edges (Indicated using BLSEG)

There is also a python script called visualize_features.py

It can be used to visualize the feature lines in Polyscope

polyscope

or the surface mesh or both

polyscope

It also adds an unique random colour automatically to every feature group indicated as BLSEG

About

A Simple Nastran to JSON mesh reader which makes it easy to exchange data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages