Summary: A Julia package to import geometry generated using OpenVSP into Julia.
Features
- Import geometry from OpenVSP DegenGeom file
- Import geometry from ASCII STL file
- Import geometry from OpenVSP Tagged Multi solid STL file
Author: Cibin Joseph
Installation:
pkg> add VSPGeom
Documentation:
The documentation contains
- A quick start tutorial to learn basic usage,
- Guided examples to address specific or more advanced tasks,
- A reference describing the API.
Run Unit Tests:
pkg> activate .
pkg> test