ukaea / paramak

Create parametric 3D fusion reactor CAD models
https://paramak.readthedocs.io/en/main/
36 stars 12 forks source link

added export_html_3d method #841

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

Proposed changes

This PR adds the export_html_3d to the Shape and Reactor class.

The new method allows stand alone 3d interactive objects to be viewed in html files

Types of changes

Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #841 (5e95072) into develop (4532617) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #841   +/-   ##
========================================
  Coverage    94.67%   94.68%           
========================================
  Files           75       75           
  Lines         5393     5401    +8     
========================================
+ Hits          5106     5114    +8     
  Misses         287      287           
Impacted Files Coverage Δ
paramak/reactor.py 91.87% <100.00%> (+0.07%) :arrow_up:
paramak/shape.py 97.87% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4532617...5e95072. Read the comment docs.