I would like to reconstruct geometry from a mesh consistig of low order triangles and quads by using a surface for each element. Node locations and element nodes are available. PyGeometry only supports creating a surface based on a sketch or an existing face of a body. After searching the internet I found a function that would make it much easier:
PyAnsys (PyGeometry) appears to have a function named create_surface_body_from_trimmed_curves() which was found on: https://geometry.docs.pyansys.com/version/stable/api/ansys/geometry/core/_grpc/_services/base/bodies/GRPCBodyService.html#GRPCBodyService.create_surface_body_from_trimmed_curves
How do I get access to this function? Is it possible to provide an example of its usage? Since the number of elements is very high speed is important and a solution using launch_modeler(mode="geometry_service") is preferred over spaceclaim or discovery.