Skip to content

ENH: STLWriter now handles triangle strips

  1. Triangle strips are converted to triangles on the fly.
  2. Added a new unit test that covers 100% of the code.
  3. Added SetHeader() and GetHeader().
  4. Improved PrintSelf.

Merge request reports