get_polygon_size method

get_polygon_size(self, index)

Gets the vertex count of the specified polygon.

Returns

The polygon size.


def get_polygon_size(self, index):
    ...
ParameterTypeDescription
indexintIndex.

See Also