3dmod

Results 10 issues of 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...

bug
Ruby API
LayOut
logged

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...

Ruby API
LayOut
documentation

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...

enhancement
Ruby API
LayOut

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...

enhancement
Ruby API
LayOut

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...

bug
Ruby API
LayOut
logged
regression

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...

bug
Ruby API
LayOut
logged

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....

bug
Ruby API
LayOut
logged
regression

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...

bug
Ruby API
SketchUp
logged
ui

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...

enhancement
Ruby API
C API
LayOut

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,...

enhancement
Ruby API
LayOut