Aspose.3D for .NET allows creating a polygon in a mesh. In order to use the functionality, the API offers CreatePolygon method of Mesh class....Mesh mesh = new Mesh (); mesh . CreatePolygon ( new int [] { 0...CreatePolygon ( 0 , 1 , 2 ); //The new overloads doesn't need extra...