Problem.add_steps
- Problem.add_steps(steps)[source]
Adds multiple
compas_fea2.problem._Stepobjects to the problem.- Parameters:
- stepslist[
compas_fea2.problem._Step] List of steps objects in the order they will be applied.
- stepslist[
- Returns:
- list[
compas_fea2.problem._Step]
- list[