class CrystalScad::Polyhedron

Public Instance Methods

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