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

Offset - optional params #207

Open
pLeBlanc93 opened this issue Feb 15, 2017 · 0 comments
Open

Offset - optional params #207

pLeBlanc93 opened this issue Feb 15, 2017 · 0 comments
Assignees
Milestone

Comments

@pLeBlanc93
Copy link
Contributor

The Offset method behaves differently with the following VALUEINFO:

  • Source - fails to find a line
  • Source|| - finds the line and applies an offsetVal of 5

Only works with intersecting lines since 0 is treated as the Neighborhood.

The Offset and Neighborhood args could be made optional, resulting in the following scenarios:

  • Source - find the intersecting line and populate the point location (not very useful, but possible)
  • Source|Offset - find the intersecting line and populate the point location of a tangent offset
  • Source||Neighborhood - find the line within x units and populate the point location if it were on the line
  • Source|Offset|Neighborhood - find the line within x units and populate the point location if it were on the line + the tangent offset (current implementation)

In short, making the final two arguments optional gives useful functionality.

@pLeBlanc93 pLeBlanc93 added this to the Fall 2017 milestone Feb 15, 2017
@clareprice clareprice modified the milestones: Fall 2017, TBD Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants