-
```
Dear all,
I run the intersect by the following command:
intersect aa.ply A_MINUS_B bb.ply >cc.ply
The program gave error message:
uncontained hole loop does not share vertices with any face loop…
-
Thank you very much for your series of work.
I tried to use your method to simplify the work, and I found that there are initial models after simplification in your data set. My question is whether I…
-
The RAM required by this program is 25-100 times larger than the size of the original 3D image (tomogram) that we used to extract the surface mesh. This occurs because I am using 3rd party tools (pyv…
-
Would it be possible to expose the "preprocessing" stage that remeshes the input (collapsing small triangles etc.) to the command line user? This could be very useful in other contexts, too.
(in th…
-
Hi,
After checking out the example scene I wrote a quick script to merge multiple objects together. This of course resulted in complete and utter failure, I got some semi-good results but it was cle…
-
I built ACVD on Windows 10 64 bit, VS2015, VTK 7.0.0.
Using .obj files as input does not correctly generate output ply files.
-
**Describe the bug**
I run mesh_deformation.py and change the given mesh to my own .obj file
[mesh.tar.gz](https://github.com/intel-isl/Open3D/files/4492599/mesh.tar.gz)
some .obj run perfectly but…
-
How it would work:
1. Ignore any impedance in lines/transformers
2. Turn cycles in the network graph into single buses by merging all buses in each cycle.
3. Calculate the flow of active and reacti…
-
I experiment Texture a lot using OpenMVS, the result is pretty good except a small problem,when the mesh is dense and doesn't have enough images( or views ), there are a lot of small diffused tria…
-
### Input code
```csharp
using System;
using System.Diagnostics;
using System.IO;
using System.Windows.Forms;
namespace CMM_AutoPostProcess
{
public class GetTargets2
{
pub…