create_printout_report#
- dlubal.api.rstab.Application.create_printout_report(self, *, name, load_from_template=None, model_id=None)#
Creates a new printout report.
- Parameters:
name (str) – Name of the new printout report.
load_from_template (str | None) – Name of the template used to create the new printout report. If not specified, the printout report is created without a template.
model_id (ModelId | None) – Unique identifier of the model. Active model is used if this field is not set.
Method Type: Core
Usage
rstab_app.create_printout_report(
name="Steel Design",
load_from_template="Steel Design",
)
rstabApp.create_printout_report(
name: "Steel Design",
load_from_template: "Steel Design",
);