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

Marker point nodes become invalid when mesh changes #248

Open
rchristie opened this issue Mar 27, 2024 · 0 comments
Open

Marker point nodes become invalid when mesh changes #248

rchristie opened this issue Mar 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rchristie
Copy link
Member

User defined marker points by default get the next node numbers after those used by the model.

However in box network scaffold changes to the lengths of segments or element density or change of algorithm can increase the number of nodes in the model so model node numbers are referenced by existing marker points.

This can lead to exceptions.

Need a technique for automatically increasing marker node numbers to avoid these clashes.

Similar issue happen when network layout annotations change, or there are annotation-specific numbers of elements.

@rchristie rchristie added the bug Something isn't working label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant