compas-dev / compas-dev/compas_fab
Make FrameWaypoints and PointAxisWaypoints behave like a list
Open
- Dominant language
- Python
- Stars
- 137
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
So we can do something like
```
waypoint = FrameWaypoint(...)
waypoint.append(...)
```
Contributor guide
Assessment
This issue has not been assessed yet.