globalMeshSettings#
- Icepak.globalMeshSettings(meshtype: int, gap_min_elements: str | None = '1', noOgrids: bool | None = False, MLM_en: bool | None = True, MLM_Type: str | None = '3D', stairStep_en: bool | None = False, edge_min_elements: str | None = '1', object: str | None = 'Region') bool#
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