Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation Photonics An inquiry regarding simulating hollow cylinder Reply To: An inquiry regarding simulating hollow cylinder

Guilin Sun
Ansys Employee
there is no such "set override mesh order"!
Please use
?setnamed("rectangle") if the object name is "rectangle"
to get all the variables that can be set through script.
Please try the following
setnamed("rectangle","override mesh order from material database",1);
setnamed("rectangle","mesh order", 1);

[bingo_chatbox]