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

PointAt chord length #212

Closed
cesarecaoduro opened this issue Jul 26, 2021 · 0 comments · Fixed by #370
Closed

PointAt chord length #212

cesarecaoduro opened this issue Jul 26, 2021 · 0 comments · Fixed by #370
Assignees
Labels
enhancement 📢 Issues describing an enhancement or pull requests adding an enhancement.
Projects

Comments

@cesarecaoduro
Copy link
Collaborator

cesarecaoduro commented Jul 26, 2021

  • pointAtChordLength(t, double)) -> point3
  • pointsAtChordLength(double) -> list
  • pointsAtChordLengthFromPoint(t, double) -> list

image

This is linked to issue #211

For doing this we need a surface intersection.
Because the algo will use the intersection between a sphere and the curve to divide the curve at the same distance.
This is the same result using divideByDistance in GH.

@cesarecaoduro cesarecaoduro added enhancement 📢 Issues describing an enhancement or pull requests adding an enhancement. geometry labels Jul 26, 2021
@sonomirco sonomirco added this to To do in Curve via automation Jul 26, 2021
@sonomirco sonomirco changed the title Evaluate chord length PointAt chord length Aug 20, 2021
@peggylin-hub peggylin-hub moved this from To do to In progress in Curve Sep 14, 2021
@peggylin-hub peggylin-hub self-assigned this Sep 14, 2021
@cesarecaoduro cesarecaoduro moved this from In progress to To do in Curve Sep 14, 2021
@cesarecaoduro cesarecaoduro assigned d3ssy and sonomirco and unassigned peggylin-hub Sep 14, 2021
@d3ssy d3ssy moved this from To do to In progress in Curve Sep 17, 2021
Curve automation moved this from In progress to Done Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 📢 Issues describing an enhancement or pull requests adding an enhancement.
Projects
Curve
Done
Development

Successfully merging a pull request may close this issue.

4 participants