Closed de-gozaru closed 1 year ago
Hi,
Thank you for the amazing library.
For now, the way to load an existing geometry is to have a saved .ckpt model, and to use geometry_convert_from parameter.
.ckpt
geometry_convert_from
Is there a way to load a geometry directly from disk, for example as a tetrahedral or sdf mesh?
Thank you in advance.
If you want to load customized geometry from disk, you can write a new geometry module. Notice that you may need to rewrite the isosurface method to correctly extract the surfaces.
isosurface
Hi,
Thank you for the amazing library.
For now, the way to load an existing geometry is to have a saved
.ckpt
model, and to usegeometry_convert_from
parameter.Is there a way to load a geometry directly from disk, for example as a tetrahedral or sdf mesh?
Thank you in advance.