VSPGeom.jl

A Julia package to import geometry created using OpenVSP into Julia
Author byuflowlab
Popularity
4 Stars
Updated Last
3 Months Ago
Started In
June 2023

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

Used By Packages