class CrystalScad::Sphere

Public Instance Methods

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