Skip to content

v0.1.1

Choose a tag to compare

@p-chambers p-chambers released this 05 Oct 10:34

This release is the first porting of the Rhino AirCONICS plugin to PythonOCC. API changes include:

  • Base classes AirconicsBase, AirconicsShape, AirconicsCollection (see API docs for info)
  • Geometric entities are carried as class attributes
  • Fuselage Engine classes introduced
  • Curve and surface generation are now (optionally) created on construction

other changes:

  • Package is now an installable python module
  • Migrated several loops and misc functions to numpy
  • Engine Pylons are symmetry planes only (network surface algorithm doesn't work here)
  • Fuselage OML defined by a C^1 continuous loft (not network surface)
  • Introduced tests with py.test