ScrSetMinPlaneAreaToMesh
|
Sets the minimum plane area for meshing. |
|
| UI Command: | Simulation > Options > SI/PI Advanced. Enter a value in the Ignore planes smaller than field. |
| Syntax: | obj.ScrSetMinPlaneAreaToMesh(<minPlaneAreaToMesh>) |
| Parameters: |
BSTR minPlaneAreaToMesh (including unit of measure) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetMinPlaneAreaToMesh "5769.2mil2" |
| IPY Example: |
oDoc.ScrSetMinPlaneAreaToMesh('5769.2mil2') |