Hi,
I'd like to know how to use the equivalent of *coarsening_mesh from the tcl API within python. I've read the page on translating the commands:
HyperMesh Functions — HyperMesh Python API 2025 documentation
but I can't understand it in the context of this particular function as there are a lot of arguments I don't understand how to pass to this function in python as I can't find it in the documentation specifically. This is the full command I want to replicate: *coarsening_mesh 1 0 0 100.0 2 40.0 100.0 48 though I have had issues with using 48 on the options command in tcl (seems to be a bug that causes a segmentation error with bit5 in the options).
Thanks,
Amy