add_triangle method
add_triangle(self, a, b, c)
Add a new triangle
def add_triangle(self, a, b, c):
...
| Parameter | Type | Description |
|---|---|---|
| a | int | The index of first vertex |
| b | int | The index of second vertex |
| c | int | The index of third vertex |
See Also
- module
aspose.threed.entities - class
TriMesh