Class: SolidRuby::CSGModifiers::RotateExtrude
- Inherits:
-
CSGModifier
- Object
- SolidRubyObject
- CSGModifier
- SolidRuby::CSGModifiers::RotateExtrude
- Defined in:
- lib/solidruby/csg_modifiers/rotate_extrude.rb
Instance Attribute Summary
Attributes inherited from SolidRubyObject
#attributes, #children, #siblings, #transformations
Instance Method Summary collapse
-
#initialize(object, args) ⇒ RotateExtrude
constructor
A new instance of RotateExtrude.
Methods inherited from CSGModifier
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) ⇒ RotateExtrude
Returns a new instance of RotateExtrude.
21 22 23 24 |
# File 'lib/solidruby/csg_modifiers/rotate_extrude.rb', line 21 def initialize(object, args) @operation = 'rotate_extrude' super(object, args) end |