Message 1 of 8
How to create a face with 20 vertex points?
Not applicable
08-31-2004
12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to create a face which has more than 4 vertices?
I have a face set where most of the faces have 3-4 vertices but sometimes I get a face with e.g. 20 vertices. Those face sets are generated by one 3D design software and I should read in that 3D geometry to the AutoCAD. I am using ObjectARX C++ interfaces.
Those faces can also contain holes so dividing face to several triangles is not so easy.
I hope someone has a solution for this problem..
I have a face set where most of the faces have 3-4 vertices but sometimes I get a face with e.g. 20 vertices. Those face sets are generated by one 3D design software and I should read in that 3D geometry to the AutoCAD. I am using ObjectARX C++ interfaces.
Those faces can also contain holes so dividing face to several triangles is not so easy.
I hope someone has a solution for this problem..