Module: TT::Selection

Defined in:
TT_Lib2/selection.rb

Overview

Collection of Selection methods.

Since:

  • 2.0.0

Class Method Summary collapse

Class Method Details

.boundsGeom::BoundingBox

Returns:

  • (Geom::BoundingBox)

Since:

  • 2.1.0



22
23
24
# File 'TT_Lib2/selection.rb', line 22

def self.bounds
  TT::Entities.bounds( Sketchup.active_model.selection )
end