Skip to content

Polar array support with changing orientation #118

@adam-urbanczyk

Description

@adam-urbanczyk

Currently there is no easy way to achieve the right result:

afbeelding

Wheras it is trival to get to the left one:

r1 = cq.Workplane("XY" )\
    .box(10, 10, 1).faces(">Z")\
    .polarArray(3.5,0,360,6).rect(1.6,1.6).cutThruAll()

I think the right scenario occurs quite frequently, so it would make sense to support it.

Related to:
CadQuery/CQ-editor#31

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