Skip to content

Conditional is always false in MeshData.approximateConvexHull(...) #783

@demianmnave-pti

Description

@demianmnave-pti

Happened to be exploring MeshData.py and found a conditional that is always false due to unit_size = 0.0125 and max_unit_size = 0.01 on the previous two lines:

while len(vertex_data) > input_max and unit_size <= max_unit_size:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions