|
[Sponsors] |
Macro to print mesh operations and refinements |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 30, 2024, 05:11 |
Macro to print mesh operations and refinements
|
#1 |
New Member
TheIndianLel
Join Date: Mar 2019
Location: Germany
Posts: 25
Rep Power: 7 |
Hallo!
I am trying to create a macro in Star-CCM+ to print all the mesh operations and refinements that are present in the simulation. What class and method should I use to get the list of mesh operations and refinements, or atleast refinements? I tried "simulation_0.CustomMeshControl.getChildren()" but did not work. I also tried simulation_0.SurfaceCustomMeshControl.getChildren( )" but did not work. I went through Java API and these classes don't have the getObjects() method. I am not proficient in Java, so any help would be greatly appreciated. I also tried to create following collections Collection<CustomMeshControl> refZones = simulation_0.CustomMeshControl.getChildren() but that did not work either. |
|
Tags |
macros |
|
|