Tran Ngoc SON
Tran Ngoc SON
**Bug Report: Incorrect `sendAction` Command and Quote Marks in Documentation** **Issue:** Sketchup::ModelObserver#onTransactionUndo & #onTransactionRedo The documentation incorrectly suggests using: ```ruby Sketchup.sendAction(“editUndo”) Sketchup.sendAction(“editRedo”) ``` Issues: 1. `sendAction` is outdated; the correct...
_Summary_ The documentation for View#screen_coords states that it accepts a Geom::Point3d as the model_point parameter. However, in testing, the method also accepts a Sketchup::Vertex object, which is not documented. _Steps...