REPY-2.0 1.0
Mechanical module for modular robotics
void REPY_module::configRender ( bool  show_servo = true,
bool  show_assembly = true,
bool  show_lower = true,
bool  show_upper = true 
)

Configure how the module will be shown.

Parameters:
show_servoRender module with servo
show_assemblyRender module in assembly mode / print mode
show_lowerShow lower part in print mode
show_upperShow upper part in print mode
{
    this->show_servo = show_servo;
    this->show_assembly = show_assembly;
    this->show_lower = show_lower;
    this->show_upper = show_upper;

    rebuild();
}
 All Classes Functions Variables