Dynamic addresses?
Open
question
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
I am trying to build a face-edge graph from a model in STP form. Just as its name, the vertices of the graph are the faces of the model and the edge between 2 vertices are the edge between 2 adjacent faces. So I need to iterate over faces and edges of the model.
However, it seems that the addresses of the workplane objects are dynamic. When I print model.faces().all() for several times, the results are all different. Also, when I take an edge from a face, the edge is not likely to be in model.edges.all().
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.