add_vertex method

add_vertex

Adds a vertex index to the polygon

def add_vertex(self, index):
    ...
ParameterTypeDescription
indexint

See Also