Skip to content

Max values should also consider the abs of the x and y, z values #343

@shimwell

Description

@shimwell

These lines attempt to find the size of bounding box but they should also consider the abs() value

radius = max(bb.xmax, bb.ymax)*2.1 # larger than the bounding box to ensure clean cut
height = max(bb.zmax, bb.zmin)*2.1 # larger than the bounding box to ensure clean cut

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