create_printout_report#
- dlubal.api.rsection.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
rsection_app.create_printout_report(
name="Input data",
load_from_template="Input data",
)
rsectionApp.create_printout_report(
name: "Input data",
load_from_template: "Input data",
);