PolygonBuilder constructor

__init__(self, mesh)

Initializes a new instance of the PolygonBuilder class.


def __init__(self, mesh):
    ...
ParameterTypeDescription
meshaspose.threed.entities.MeshOn which mesh to build polygon.

See Also