PolygonBuilder constructor

__init__(self, mesh)

Initializes a new instance of the PolygonBuilder class.


def __init__(self, mesh):
    ...
ParameterTypeDescription
meshMeshOn which mesh to build polygon.

See Also