Thomas Thomassen
Thomas Thomassen
@DRepetsky - does it happen reliably to you? Or do you experience what Dan describe, that it takes multiple attempts for this to trigger?
> From my tests, it seems that the maximum value of hy is 23. Above, the cursor does not display. Oh, that's interesting. A good clue. I'm using PDFs for...
Logged as SU-38587
> However, the Z coordinate is not set to zero. Instead it has a value (usually 2.54, or 0.713 inches, but not even constant). > > Is there a reason...
> I think there is a more general issue of updating the API to consistently and logically use Geom::Point3d and Geom::Point2d classes. Can you start a new issue to discuss...
> To complicate things further, I think there is one specific observer that the superclass matters for, but I can't remember which. https://ruby.sketchup.com/Sketchup/Dimension.html#add_observer-instance_method Though, this makes me wonder how https://ruby.sketchup.com/Sketchup/ComponentInstance.html#add_observer-instance_method...
Can you explain what "UB" stands for here? > Move at least one Entity from the first to the second Scene How do you move an entity between scenes in...
> In short Sketchup::Menu objects returned by UI.menu() or by creating a submenu via add_submenu have a limited scope and cannot be reused later on. Yes. It's bug in the...
I'm not able to reproduce this. The Move and Rotate cursors appear fine regardless if I have Dynamic Components or Transformation Inspector open.
> The method should seek to cut down on crashes All methods in the API is intended to not crash - so that's a given. Crashes in existing API methods...