I'd like to convert a mesh (vertices and faces list) into an IFCWALL type using ifcopenshell. I came across this example recently where the IFCWALL type is converted into a mesh. https://pythoncvc.net/?p=822 . I am ideally looking for a process exactly reverse of this where I convert the mesh into an IFCWALL type. However, I am open to other suggestions as well.
Thank you.