class CrystalScad::LasercutSheet

Public Instance Methods

description() click to toggle source
# File lib/crystalscad/Assembly.rb, line 171
def description
  "Laser cut sheet #{self.class.to_s}"
end
part(show) click to toggle source
# File lib/crystalscad/Assembly.rb, line 175
def part(show)
        square([@x,@y])
end