VolMesh.to_obj
- VolMesh.to_obj(filepath, precision=None, **kwargs)[source]
Write the volmesh to an OBJ file.
- Parameters:
- filepathpath string | file-like object
A path or a file-like object pointing to a file.
- precision: str, optional
The precision of the geometric map that is used to connect the lines.
- unweldbool, optional
If True, all faces have their own unique vertices. If False, vertices are shared between faces if this is also the case in the mesh. Default is False.
- Returns:
- None
Warning
This function only writes geometric data about the vertices and the faces to the file.
See also