i have been using the remote script for printing. yet, the drawing frame has been now only allowed to show the step no.
may i ask is it possible to customize the drawing frame to show the ID ? which can show the phase name and phase no. for easy reference.
Dear Yiu Sing Choi,
The printed plot from the Output program is fixed and cannot be edited.
However, since you are using Python scripting you can export any plot and use the various Python modules to include any information on the drawing frame. For the PLAXIS side you can use the information on how to export the plot from this article:
https://communities.bentley.com/products/geotech-analysis/w/plaxis-soilvision-wiki/55949/export-and-format-plots-from-plaxis-output-using-python
Stefanos Papavasileiou said:However, since you are using Python scripting you can export any plot and use the various Python modules to include any information on the drawing frame.
may i ask how it is done in a way to include the phase in the plotting then ? what is the related command in doing that ?
print(g_o.Plot_1.Phase.echo())
i saw the entity is stored but do not know how to show them in the plot. Only the steps no. are default to show there
Thanks