Method: Autocad::ModelTrait#layout
- Defined in:
- lib/autocad/model.rb
#layout ⇒ Object
Get the layout associated with this model
72 73 74 75 |
# File 'lib/autocad/model.rb', line 72 def layout ole_layout = ole_obj.Layout app.wrap(ole_layout) end |