Skip to content

Workplane() resets currently selected objects #149

@adam-urbanczyk

Description

@adam-urbanczyk

The following code does not work

import cadquery as cq
result = cq.Workplane("XY").rect(10.0,10.0).extrude(10).faces("<Y")\
    .workplane().vertices('<XZ').circle(1).extrude(10)

I think it should -- it is quite clear what the intent if the user is here. This is also related to #24

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions