Skip to content

Set global mesh size in Icepak AEDT #4642

Closed Answered by lorenzovecchietti
mjmashayekhi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, mesh region code has been recently refactored. Most of previous command should work, but not this specific one.

The general approach is to get the mesh region object (in case of the global one: mesh_region = ipk.mesh.global_mesh_region) and access the setting property.

You can see the available propertied printing mesh_region.settings and modify them accessing the object like a dictionary. To switch from automatic to manual settings: mesh_region.manual_settings = True and the available properties in mesh_region.settings will automatically update accordingly.

When you are done modifing the settings:
mesh_region.update()

In your case:

ipk.mesh.global_mesh_region.manual_settings=True
ipk…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mchoi327
Comment options

@lorenzovecchietti
Comment options

@mchoi327
Comment options

@lorenzovecchietti
Comment options

@mchoi327
Comment options

Answer selected by lorenzovecchietti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants