assign_length_mesh#

Mesh3d.assign_length_mesh(setupname, layer_name, net_name, isinside=True, maxlength=1, maxel=1000, meshop_name=None)[source]#

Assign mesh length.

Parameters:
setupnamestr

Name of the HFSS setup to apply.

layer_namestr

Name of the layer.

net_namestr

Name of the net.

isinsidebool, optional

Whether the mesh length is inside the selection. The default is True.

maxlengthfloat, optional

Maximum length of the element. The default is 1 When None, this parameter is disabled.

maxelint, optional

Maximum number of elements. The default is 1000. When None, this parameter is disabled.

meshop_namestr, optional

Name of the mesh operation. The default is None.

Returns:
type

Mesh operation object.

References

>>> oModule.AddMeshOperation