Create olyolygon In Mesh
Contents
[
Hide
]
This özelliği 19.8 veya daha büyük sürümle desteklenir.
Create olyolygon In Mesh
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. Using CreatePolygon method you can create an optimized Triangle or Quad polygon without allocating extra memory. The following code snippet shows how to use this functionality.