TUI: Converting a linear mesh into a quadratic one.
-
Hi everybody.
I'm a new user of Salome, an dI don't know how to convert a TET4 mesh into a TET10 one. Unig the GUI works fine, but I can't figure how to do it in TUI mode.
Thanks a lot for your help.
Rafael Torres-
Re: TUI: Converting a linear mesh into a quadratic one.
Posted by
Grigory Zhivotovsky
at
May 11. 2007
Hi Rafael,
Use the following
mesh_editor = YourMesh.GetMesh().GetMeshEditor()
mesh_editor.ConvertToQuadratic(in boolean theForce3d)
Regards,
Grigory
-
Powered by
Ploneboard
