Class: CrystalScad::LinearExtrude

Inherits:
CSGModifier show all
Defined in:
lib/crystalscad/CrystalScad.rb

Instance Attribute Summary

Attributes inherited from Primitive

#children

Attributes inherited from CrystalScadObject

#args, #transformations

Instance Method Summary collapse

Methods inherited from CSGModifier

#to_rubyscad

Methods inherited from Primitive

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

Methods inherited from CrystalScadObject

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

Constructor Details

#initialize(object, attributes) ⇒ LinearExtrude

Returns a new instance of LinearExtrude.



495
496
497
498
# File 'lib/crystalscad/CrystalScad.rb', line 495

def initialize(object, attributes)
	@operation = "linear_extrude"
	super(object, attributes)
end

Dynamic Method Handling

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