Getting started
To start using OpenSG, open a Python console or IDE like Spyder and import the package:
import opensg
OpenSG comes with a simple getting started example, shown below, that uses shell blade data.
This script shows how to use the OpenSG package to:
Load mesh data from a YAML file
Create a BladeMesh object
Generate segment meshes
Compute ABD and stiffness matrices for each segment
Save the results
See Examples for more information on downloading and running examples.