Generate Mesh

If any mesh operations have been defined but not yet performed in the current variation for the specified solution setups, they will be applied to the current mesh. If necessary, an initial mesh will be computed first. No further analysis will be performed.

UI Access [HFSS] > Analysis SetupGenerate Mesh.
Parameters
Name Type Description
<SimulationNames> Array List of simulation names.
Return Value

Integer:

  • 0 – Success
  • Else – Failure
Python Syntax

GenerateMesh(<SimulationNames>)

Python Example

oDesign.GenerateMesh(['Setup1','Setup2','Setup3'])