Guest User

Basic

a guest
Dec 12th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. =begin
  2. # Name : Vehicles_Starter_kit.rb
  3. # Date : 12/12/2017 - Version 1.0
  4. # Description : It set up the wall with a rectangle where you can place the blueprint
  5. # Copyright : 2017
  6. # Creator : Sparda
  7. =end
  8.  
  9. require 'sketchup.rb'
  10. require 'extensions.rb'
  11.  
  12. module Sparda
  13. module StarterKit
  14.  
  15. Ext.creator = hsh_ext[:Creator]
  16. Ext.description = hsh_ext[:Version]
  17. Ext.version = hsh_ext[:Version}
  18. Ext.copyright = hsh_ext[:Copyright]
  19. Status = Sketchup.register_extension Ext, true
  20.  
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment