Class: SolidRuby::CSGModifiers::Projection

Inherits:
CSGModifier show all
Defined in:
lib/solidruby/csg_modifiers/projection.rb

Instance Attribute Summary

Attributes inherited from SolidRubyObject

#attributes, #children, #siblings, #transformations

Instance Method Summary collapse

Methods inherited from CSGModifier

#to_rubyscad

Methods inherited from SolidRubyObject

#&, alias_attr, #debug, #debug?, #mirror, #place, #rotate, #rotate_around, #save, #scale, #to_rubyscad, #translate, #union, #walk_tree, #walk_tree_classes

Constructor Details

#initialize(object, args) ⇒ Projection

Returns a new instance of Projection.



20
21
22
23
# File 'lib/solidruby/csg_modifiers/projection.rb', line 20

def initialize(object, args)
  @operation = 'projection'
  super(object, args)
end