Message 1 of 6
Adding a polygon to mesh
Not applicable
08-04-2020
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to add a polygon to a mesh, where only one edge of the polygon is exist in the mesh (only 2 points of the polygon are already exist in the mesh). I tried to use the "addPolygon" function, but it didn't worked because the mesh doesn't contain all the points of the polygon.
Does anyone know how to add such a polygon to the mesh?