# set_current_stage

Sets the current stage.

# Parameters

stage_name : str
sting containing the stage name or variable containg the stage

# See also

# Examples

stage4 = model3d.create_stage("stage 4")
model3d.set_current_stage(stage_name="stage 4")
model3d.set_current_stage(stage_name= stage4)