Closed
Description
I think there is a need for a radius selector. All of CQ's current selectors work of the centre of an object or the bounding box. So if you have the following shape for example:
part = (
cq
.Workplane()
.circle(10)
.extrude(10)
.faces(">Z")
.workplane()
.hole(10)
)
and you want to fillet just the outer edges and not the inner, the only selector that you can use is some ugly combination of bounding boxes.
A radius selector in the style of DirectionNthSelector
would be a good addition IMHO.
Metadata
Metadata
Assignees
Labels
No labels