Skip to content

Radius selector #501

Closed
Closed
@marcus7070

Description

@marcus7070

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)
)

screenshot2020-11-10-201029
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

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