

Note: standard width of escalators are approx. Setting out from middle (spaced from middle point)Įvenly divided. Setting out from middle point (entity on middle point) UI.messagebox "1001bit setup error - cannot find #/1001bit_loader.rb file"ĭoor frame location (in relation to selected face): Sketchup.register_extension mytools, true scription="Plugins for architectural works from pyright="2008-2013, Goh Chun Hee, mytools.creator="Goh Chun Hee, GohCH" Mytools = SketchupExtension.new "1001bit tools", $GH1001bit_path + "/1001bit_loader.rb" #still cannot find the 1001bitmenu file set the path to default at c:/1001bit #try again to see whether the menu file can be found #if the 1001bitmenu.rbs file cannot be found, rebuild the path #do nothing if path is correct and 1001bitmenu.rbs file is found # set default location of 1001bit folder to be similar with this file, i.e.

#$GH1001bit_path='/Library/Application Support/Google Sketchup 7/SketchUp/plugins/1001bit' #$GH1001bit_path='/Library/Application Support/Google Sketchup 6/SketchUp/plugins/1001bit' #$GH1001bit_path='C:/Program Files/Google/Google SketchUp 7/Plugins/1001bit' #$GH1001bit_path='C:/Program Files/Google/Google SketchUp 6/Plugins/1001bit' # If all fails, the script then hardcode the location to C:\1001bit

# path to 1001bit under the plugins folder, i.e. # If no specific path is defined, the following scripts will assume that the #Just replace the 'c:/your prefered path' with your specific path location. # If your 1001bit folder is in some specific location, for example F:/abc/1001bit # You can edit the paths using a text editor. # Delete the '#' in front of the path you prefer to define the path # Some default path for 1001bit folder in Windows and Mac are listed below #copyright Goh Chun Hee require 'sketchup.rb' $GH1001bit_path="/Library/Application Support/Google Sketchup 6/SketchUp/plugins/1001bit" T = Sketchup.load $GH1001bit_path + "/1001bitmenu"
