update_object_list#


Example

rstab_app.update_object_list(
    [
        rstab.structure_core.Node(no=1, coordinate_1=1, coordinate_2=5),
        rstab.structure_core.Section(no=1, name='IPE 100'),
    ]
)