Skip to content

Commit

Permalink
Merge pull request #27 from fusion-energy/shimwell-patch-1
Browse files Browse the repository at this point in the history
Update cadquery_assembly.py
  • Loading branch information
shimwell authored May 22, 2023
2 parents 4ef4abf + 61eba7f commit b1ef2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cadquery_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from cad_to_dagmc import CadToDagmc

result = cq.Workplane().sphere(5)
result2 = sphere = cq.Workplane().moveTo(10, 0).sphere(2)
result2 = cq.Workplane().moveTo(10, 0).sphere(2)

assembly = Assembly()
assembly.add(result)
Expand Down

0 comments on commit b1ef2b8

Please sign in to comment.