-
I cannot fully figure out why this is happening, but in some cases, when exporting the isovolume surface from Visit in the first step of the process, the volume has extra vertices slightly off from ot…
-
Thanks for your great work!
I have tried to run [Isosurfacing tool](https://github.com/duxingyi-charles/Robust-Implicit-Surface-Networks/tree/main), by using the results from mesh.json and function…
-
My code use a complex surface to cut&split a box
**step-1**: use **param_surface()** to define a complex&irregular surface
```python
param_surface = cq.Workplane().parametricSurface(Bsurfa…
-
I'm able to read and export an STL file pretty easily, e.g.:
```py
# Read STL file
stl_obj = trimesh.load(file_obj=stl_data, file_type="stl")
# Do some fancy operations
# Write STL file
stl_…
-
It would be really nice to have STL support for file exports through interface:export_file. I use the STL format for point cloud creation by using the vertices of the mesh format and sampling addition…
-
### System information
- **SolveSpace version:** git bisect says it appeared in 465506670ceaa1f2004b7aa8d5979c9622b3d565 @phkahler (the preceding commit opens it fine)
- **Operating system:** Win…
-
Hi,
I performed a test using a 1-square-meter cube to compare the frontal area (AFront) between two scenarios:
- A closed cube (expected AFront = 1 square meter).
- A cube with a large cavity and…
-
when I created surface by Trelis in the Mount_StHelens example, the trelis told me "self intersecting or cusping surface found" when the journal file "read_topo.py" was played, it was checked that the…
-
### Is your feature request related to a problem?
We export to formats like STL. And, users want that often to go to 3D print. But, for multi-block meshes, we export multiple independent STL objects …
-
First of all thank you for creating Acoustic library,
I have some questions. In order to create FWH surface for both 2D & 3D cases, What Should I do?
Should I create STL file in ASCII format and the…