VSPGeom Documentation
Summary: A package to import geometry generated using OpenVSP to Julia
Author: Cibin Joseph
Features:
- Import geometry from OpenVSP DegenGeom file
- Import geometry from ASCII STL file
- Import geometry from OpenVSP Tagged Multi solid STL file
Installation:
pkg> add https://github.com/byuflowlab/VSPGeom.jl.git
Documentation:
- Start with quick start tutorial to learn basic usage.
- More advanced or specific queries are addressed in the guided examples.
- Full details of the API are listed in reference.
Run Unit Tests:
pkg> activate .
pkg> test