Skip to content
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

Enable multiple profiles in one sketch #1554

Closed
Tracked by #1548
Irev-Dev opened this issue Feb 27, 2024 · 2 comments
Closed
Tracked by #1548

Enable multiple profiles in one sketch #1554

Irev-Dev opened this issue Feb 27, 2024 · 2 comments
Labels
kcl Language and compiler features

Comments

@Irev-Dev
Copy link
Collaborator

Irev-Dev commented Feb 27, 2024

Think trying to sketch the outline a doughnut, you need the inner and outer ring, We should enable this in one sketch mode session

code would be

const part = startSketchOn('XY')
  |> startProfileAt([...], %) // first
  |> Line(...)
  |> Line(...)
  |> close(%)
  |> startProfileAt([...], %) // second
  |> Line(...)
  |> Line(...)
  |> close(%)

This mean that the sketch group data will need to change to allow more nested data (array of arrays perhaps). In this regards it might be worth doing this issue #1553 at the same time.

@jessfraz
Copy link
Contributor

related to #1876

@jessfraz jessfraz added this to the v1 Modeling App Launch milestone May 21, 2024
@jessfraz jessfraz added the kcl Language and compiler features label May 22, 2024
@jessfraz
Copy link
Contributor

closing as dupe of #1876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kcl Language and compiler features
Projects
None yet
Development

No branches or pull requests

2 participants