add_vertex method
add_vertex
Adds a vertex index to the polygon
def add_vertex(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int |
See Also
- module
aspose.threed.entities
- class
PolygonBuilder
Adds a vertex index to the polygon
def add_vertex(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int |
aspose.threed.entities
PolygonBuilder