Class: CrystalScad::Printed

Inherits:
Assembly show all
Defined in:
lib/crystalscad/Assembly.rb

Instance Attribute Summary

Attributes inherited from Assembly

#color, #hardware, #skip, #transformations, #x, #y, #z

Attributes inherited from Primitive

#children

Attributes inherited from CrystalScadObject

#args, #transformations

Instance Method Summary collapse

Methods inherited from Assembly

#*, #+, #-, #add_to_bom, #colorize, get_skip, get_views, #initialize, #method_missing, #output, #part, #scad_output, #show, #show_hardware, skip, #threads, #transform, view, #walk_tree

Methods inherited from Primitive

#mirror, #rotate, #rotate_around, #scale, #transform, #translate, #union

Methods inherited from CrystalScadObject

#initialize, #method_missing, #save, #to_rubyscad, #walk_tree, #walk_tree_classes

Constructor Details

This class inherits a constructor from CrystalScad::Assembly

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CrystalScad::Assembly

Instance Method Details

#descriptionObject



164
165
166
# File 'lib/crystalscad/Assembly.rb', line 164

def description
  "Printed part #{self.class.to_s}"
end