You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your example, the line "qh.facets_; // use as result" can be found at the bottom.
How can I get all triangles and their points from this?
There are many iterators behind the code, but nothing immediately recognizable that can be accessed immediately.
The text was updated successfully, but these errors were encountered:
vertices_ relates to facet vertices. Type of iterator clearly describes what it is. In 3D facets are triangles. neighbours_ are indices of neighbouring facets in qh.facets_ array.
Hello!
In your example, the line "qh.facets_; // use as result" can be found at the bottom.
How can I get all triangles and their points from this?
There are many iterators behind the code, but nothing immediately recognizable that can be accessed immediately.
The text was updated successfully, but these errors were encountered: