pyems icon indicating copy to clipboard operation
pyems copied to clipboard

Add option to toggle show_pml for Mesh

Open ALEEF02 opened this issue 7 months ago • 0 comments

The PML display is clunky in AppCSXCAD, reducing the visibility of the actual structures. This toggle in Mesh allows the user to hide it.

Use:

mesh = Mesh(
    sim=sim,
    metal_res=1 / 80,
    nonmetal_res=1 / 40,
    min_lines=3,
    expand_bounds=((0, 0), (0, 0), (20, 20)),
    show_pml=False
)

ALEEF02 avatar Jul 19 '24 15:07 ALEEF02