-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: KP Manager + Supporting Plan-Navigator + Cleanup (#355)
* KP Manager + Supporting Plan-Navigator + Cleanup * fix: remove forEach loops
- Loading branch information
1 parent
62257c0
commit 46d8a94
Showing
8 changed files
with
221 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
46d8a94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @aka-blackboots . Do you have any idea how to set the marker at a specific KP along the Alignment in a parametric way? Let's say I want to place the market at KP 2 or 2.5 along the Alignment length?
46d8a94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ervinalla99 as far as I remember the
divisions
are set at 100.@agviegas if we introduce
civilMarker.setDivisions(n)
this should be possible I guess 🤔