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

KCL: More ways to reference points of paths #4382

Closed
adamchalmers opened this issue Nov 4, 2024 · 0 comments · Fixed by #4387
Closed

KCL: More ways to reference points of paths #4382

adamchalmers opened this issue Nov 4, 2024 · 0 comments · Fixed by #4387

Comments

@adamchalmers
Copy link
Collaborator

adamchalmers commented Nov 4, 2024

Say you design some interesting complicated sketch. What if you want to reference the points later, for another sketch?

Currently the only way to do this is via the segEndX and segEndY functions. These work fine but I think they're a bit limiting. I think we should add:

  • segEnd (returns the whole point, not just the X or Y component)
  • segStartX
  • segStartY
  • segStart
adamchalmers added a commit that referenced this issue Nov 4, 2024
adamchalmers added a commit that referenced this issue Nov 5, 2024
adamchalmers added a commit that referenced this issue Nov 5, 2024
adamchalmers added a commit that referenced this issue Nov 5, 2024
Adds new stdlib functions segStart, segStartX, segStartY, segEnd

Part of <#4382>
lf94 pushed a commit that referenced this issue Nov 5, 2024
Adds new stdlib functions segStart, segStartX, segStartY, segEnd

Part of <#4382>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant