-
Create a polyhedral sculpture.
The sculptural piece should consist of an icosahedron constructed using polygon meshes.
In order to facilitate sculptural modeling, it is suggested that they gene…
-
Currently, XDMF output of true polyhedral meshes is incomplete. Instead of cells, faces of cells are saved into a mesh file.
-
In the current tesselator implementation, the ```Tesselate()``` method (see https://github.com/tpaviot/pythonocc-core/blob/master/src/Visualization/Tesselator.cpp#L139) generates a list of vertices as…
-
> I do not know exactly why, but I think you can work around that issue with extra parameters "`, false, false`" to `outpout_to_medit`, with this patch for example:
>
> ```diff
> --- a/Mesh_3/exam…
-
## Issue Details
When I run the example of `Mesh_3/mesh_polyhedral_domain.cpp` to generate 3D mesh(triangle or tetrahedron), the output mesh in \*.mesh file format has self-intersection faces. I di…
-
For CMFE from point donor to volumetric target... Open globe.siloDefine the CMFE... pos_cmfe(, , -1000) replacing the path to noise.silo with appropriate path. Plot the resulting CMFE with PC plot. Yo…
-
Currently we allow any PostGIS geometry type as volumes, the respective database column's type is `geometry(GeometryZ)`. I think it would be nice if we could change this to enforce the use of triangle…
tomka updated
6 years ago
-
# Ideas
- Mesh cache / model controller
- Mesh storage (backend)
- Mesh I/O (API)
- Volume ontology (design)
- Label volume support
- Volume annotations, searches
- Replace / improve UI in 3D…
-
Polyhedral meshes in Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h are created using a Polyhedron object which is assigned to the private variable stored_polyhedra.
There does not s…
-
Feature request: Load several meshes, potentially with borders) that are inside or that intersect a closed polyhedral domain, and create a tetrahedral mesh.