Skip to content

Releases: fusion-energy/cad_to_dagmc

0.7.3

18 Nov 13:06
61ddaf2
Compare
Choose a tag to compare

What's Changed

The code is now faster in a few ways. Additionally while we could previously only scale the cadquery shapes when adding them, now we can scale any of the inputs (step files, cq.Shapes, cq.Assembly) because we can now scale on export (to mesh or to h5m).

Full Changelog: 0.7.2...0.7.3

0.7.2

06 Nov 10:48
7735bdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

18 Oct 12:24
62dc5eb
Compare
Choose a tag to compare

What's Changed

  • removed broken cad files from repo by @shimwell in #83
  • Now returning the number of volumes in the cad when calling a cad adding method by @shimwell in #84
  • Adding cite file by @shimwell in #85
  • Update CITATION.cff by @shimwell in #86
  • added pip compatable method of loading cad geometry between cadquery and gmsh by @shimwell in #90
  • moving CI to new ubuntu version (24.04) by @shimwell in #91

Full Changelog: 0.7.0...0.7.1

0.7.0

13 Apr 23:51
3d49f00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

0.6.2

18 Mar 23:51
bdfe1be
Compare
Choose a tag to compare

What's Changed

  • rely on cadquery to bring in cadquery-ocp as dependency by @shimwell in #70

Full Changelog: 0.6.1...0.6.2

0.6.1

18 Mar 14:28
925382f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

16 Mar 23:25
d68bf5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.6.0

0.5.1

17 Dec 03:06
643eb53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

24 Sep 22:24
3e520d9
Compare
Choose a tag to compare

What's Changed

This release makes some significant changes, most notably the mesh is now added face by face to the moab dagmc model. This allows surface senses to be assigned to the dagmc model and now surfaces in contact can be represented as a single surface with different senses for the different volumes.

  • simpler install possible as CadQuery uses OCP 7.7.1 by @shimwell in #40
  • removed subdirs from tests by @shimwell in #42
  • Allowing msh export by @shimwell in #43
  • Adding mesh faces one at a time to allow corect surface senses by @shimwell in #45

Full Changelog: 0.4.0...0.5.0

0.4.0

10 Jul 06:06
741a9f8
Compare
Choose a tag to compare

What's Changed

This release is a decent improvement from the last version

We now used Cadquery to do imprinting of surfaces as this is now native functionality of CadQuery
We also use CadQuery to track volume IDs through the process so we no longer need to search for volumes using their bounding box and other properties.
We now pass geometry from Cadquery to GMSH in memory which saves time and file io

Specific pull requests for this release

Full Changelog: 0.3.2...0.4.0