globalMeshSettings#
- Icepak.globalMeshSettings(meshtype, gap_min_elements='1', noOgrids=False, MLM_en=True, MLM_Type='3D', stairStep_en=False, edge_min_elements='1', object='Region')#
Create a custom mesh tailored on a PCB design.
- Parameters:
- meshtype
int Type of the mesh. Options are
1,2, and3, which represent respectively a coarse, standard, and very accurate mesh.- gap_min_elements
str,optional The default is
"1".- noOgridsbool,
optional The default is
False.- MLM_enbool,
optional The default is
True.- MLM_Type
str,optional The default is
"3D".- stairStep_enbool,
optional The default is
False.- edge_min_elements
str,optional The default is
"1".- object
str,optional The default is
"Region".
- meshtype
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditGlobalMeshRegion