Importing surfaces in Coreform Cubit in ACIS format --- avoiding multiple surfaces in a volume

Hi Josimar,

Just a total aside, I would highly recommend using the python 3 f-strings.
cubit.cmd( f"import avs './{surface}.avs' merge make_elements stitch" )
I find that in the end this is much more readable code.

You may have to deal with the irregular surface as a composite. Contact me when you have a specific case and we can take a look at it.

Karl

1 Like