We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
segEndX
segEndY
The text was updated successfully, but these errors were encountered:
New KCL stdlib function 'segEnd'
71fa3c7
Part of <#4382>
ba79fbc
1e890ea
KCL: More ways to reference paths (#4387)
897205a
Adds new stdlib functions segStart, segStartX, segStartY, segEnd Part of <#4382>
36e5fe3
Successfully merging a pull request may close this issue.
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
andsegEndY
functions. These work fine but I think they're a bit limiting. I think we should add:The text was updated successfully, but these errors were encountered: