class CrystalScad::Scale

Public Instance Methods

to_rubyscad() click to toggle source
# File lib/crystalscad/CrystalScad.rb, line 55
def to_rubyscad
        return RubyScadBridge.new.scale(@args)               
end