ScrSetRemoveCutoutsByArea
|
Selects whether SIwave will always preserve cutouts whose area is greater than the minimum void area (controlled by the ScrSetMinCutoutArea function). By default, SIwave automatically decides which cutouts are to be defeatured (i.e., not meshed) during simulation. |
|
| UI Command: | Simulation > Options. Click SI/PI Advanced. Select or deselect Automatic Mesh Refinement. |
| Syntax: | obj.ScrSetRemoveCutoutsByArea <p> |
| Parameters: |
INT p (0 = automatic mesh refinement; 1 = no automatic mesh refinement) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetRemoveCutoutsByArea(1) |
| IPY Example: |
oDoc.ScrSetRemoveCutoutsByArea(1) |