We have issues to generate geometries where a line is drawn on the same way, multiple times.
When a Polygonial Mesh is generated with some Points on the same line, the Mesh-Object won't be rendered properly.
A "rh::e3::Vector3List" is used for adding Points to the Mesh-Object.
The following image shows the drawn polygon in AutoCAD:
And this is the Polygonial Mesh after opening the file in the Visual Enterprise Author:
How do we have to generate the Polygonial Mesh that the geomtry will be rendered correctly?