# set_current_model

Sets the current model.

# Parameters

model_name : str|Model
String containing the model name or variable containg the Model

# See also

# Examples

prj.set_current_model(model_name='2D model')
prj.set_current_model(model_name=model3d)