after_draw
- compas.scene.after_draw(drawn_objects)[source]
Pluggable to perform operations after drawing the scene. This function is automatically called at the end of compas.scene.Scene.draw(). Parameters ———- drawn_objects : list
A list of objects that were drawn.
- Returns:
- None