class CrystalScad::RotateExtrude
Public Class Methods
new(object, attributes)
click to toggle source
Calls superclass method
CrystalScad::CSGModifier::new
# File lib/crystalscad/CrystalScad.rb, line 526 def initialize(object, attributes) @operation = "rotate_extrude" super(object, attributes) end