3dmod
3dmod
Locked= and Locked? methods are broken for the Layout::Group Class The following code will give the following results even though the entity is not locked when you open the file...
Layout::Document#add_entity does not have any return currently. This is not the norm with adding entities in SketchUp. The norm is to return the entity added Changing the return to the...
Layout::Document has no method to purge unused References. This is particularly difficult when creating a new Layout Document from an existing file as a template (Layout::Document.new). If the file used...
Layout::Document.save always creates a 'Backup' file when saving an existing file. There are circumstances that you do not want a 'Backup' saved which is why the 'Backup' Boolean argument is...
1. SketchUp/LayOut Version: - Version 22.0.353 - Version 23.0.418 2. OS Platform: macOS Ventura I need to find the Layout Coordinate of a SketchUp Model Reference Layout::SketchUpModel.model_to_paper_point returns the same...
1. SketchUp/LayOut Version: macOS 23.0.366 2. OS Platform: macOS Ventura When using export in SU23 model views do not render correctly. I took a file that exports correctly in SU22...
1. SketchUp/LayOut Versions - Sketchup 21.1.331 - Sketchup 22.0.353 - Sketchup 23.0.418 2. OS Platform: macOS Ventura I am trying to save back LayOut Files into the previous file format....
Issue: SketchUp Search shows empty search results with string "Extension Menu Text" I am using the case matching version of the "Extension Menu Text", although I do not think that...
Layout::SketchUpModel is missing the ability to view/set the camera location in relationship to the bounds. This means that not all Layout::SketchUpModel are looking at same location. By dragging the edges...
Layout::Style.new would benefit from some modernization enhancement. Creating a Layout Style require defining before setting and is no scalable. Current Method ```ruby s = Layout::Style.new s.stroke_color = Sketchup::Color.new(0, 0, 0,...