-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement feature tree #1
Comments
Update assembledEdges in shapes.py
^ GitHub is being silly, that's not this issue. |
An idea: part = (
cq.Workplane("XY")
.box(5, 5, 5)
.box(1, 1, 10).tag("foo")
.sphere(5)
.faces(">X", tag="foo", feature=True)
) ^ will return the face of the tall thin box.
Rewrite all Boolean operators to include a call to CQ-editor could use feature tree display, where highlighting an item in the feature tree shows |
|
Could do some fancy This would allow pretty icons next to each feature in the feature tree. Not too sure what else I could do with it. |
At the |
I like storing the feature tree in CQ objects as part of the parent chain, because that enables garbage collection tied to the CQ object. |
References
Taken from here:
Taken from cadquery/cadquery issue number 50 (not linking properly because I don't want to ping that issue with a link to this shitty draft):
Taken from cadquery/cadquery issue number 49:
The text was updated successfully, but these errors were encountered: