PolygonBuilder constructor

init

Initializes a new instance of the PolygonBuilder class.

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

See Also