automatic_mesh_pcb#

IcepakMesh.automatic_mesh_pcb(accuracy=2)[source]#

Create a custom mesh tailored on a PCB design.

Parameters:
accuracyint, optional

Type of the mesh. Options are 1, 2, and 3, which represent respectively a coarse, standard, or very accurate mesh. The default is 2.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditMeshOperation