assign_length_mesh#
- Mesh3d.assign_length_mesh(setup, layer, net, is_inside=True, maximum_length=1, maximum_elements=1000, name=None)#
Assign mesh length.
- Parameters:
- setup
str Name of the HFSS setup to apply.
- layer
str Name of the layer.
- net
str Name of the net.
- is_insidebool,
optional Whether the mesh length is inside the selection. The default is
True.- maximum_length
float,optional Maximum length of the element. The default is
1WhenNone, this parameter is disabled.- maximum_elements
int,optional Maximum number of elements. The default is
1000. WhenNone, this parameter is disabled.- name
str,optional Name of the mesh operation. The default is
None.
- setup
- Returns:
typeMesh operation object.
References
>>> oModule.AddMeshOperation