Skip to content

A Julia package to import geometry created using OpenVSP into Julia

License

Notifications You must be signed in to change notification settings

byuflowlab/VSPGeom.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSPGeom.jl

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