Skip to content

Commit

Permalink
Update 11_solder_ball.py
Browse files Browse the repository at this point in the history
  • Loading branch information
waltersma authored Sep 23, 2024
1 parent 26cd179 commit d74161f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/gallery/11_solder_ball.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@
scope_evaluation_type=prime.ScopeEvaluationType.LABELS,
)

prime.lucid.Mesh(model).surface_mesh(min_size=0.2, scope=base_scope, generate_quads=True)
prime.lucid.Mesh(model).surface_mesh(
min_size=0.1, max_size=0.4, scope=base_scope, generate_quads=True
)

display = PrimePlotter()
display.plot(model, update=True)
Expand Down

0 comments on commit d74161f

Please sign in to comment.