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
Is there any way to get the element id of a member by vertex or node point co ordinates when entire structure is drawn
The text was updated successfully, but these errors were encountered:
I found this after taking a look at the docs. The link is https://anastruct.readthedocs.io/ .
Find node id based on coordinates:
SystemElements.find_node_id(vertex)[source] Retrieve the ID of a certain location.
Parameters: vertex (Union[Vertex, Sequence[float]]) – Vertex_xz, [x, y], (x, y)
Return type: Optional[int]
Returns: id of the node at the location of the vertex
I hope it helps!
Sorry, something went wrong.
No branches or pull requests
Is there any way to get the element id of a member by vertex or node point co ordinates when entire structure is drawn
The text was updated successfully, but these errors were encountered: