create_object_list#


Example

structure = [
    rstab.structure_core.Material(
        no=1,
        name="S235",
        ),
    rstab.structure_core.Section(
        no=1,
        name="HE 300 A",
        material=1,
        ),
    rstab.structure_core.Node(
        no=1,
        coordinate_1=1,
        ),
]
rstab_app.create_object_list(structure)