compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Make FrameWaypoints and PointAxisWaypoints behave like a list #430

Open yck011522 opened 1 month ago

yck011522 commented 1 month ago

So we can do something like

waypoint = FrameWaypoint(...)
waypoint.append(...)