get_object#
- dlubal.api.rstab.Application.get_object(self, obj, model_id=None)#
Retrieves a single object from the model using only the no argument in the object arguments.
Example
node_1 = rstab_app.get_object(rstab.structure_core.Node(no=1))
var models = await rstab_app.get_object(rstab.structure_core.Node(no=1));
Tip
The object definition for the get_object() function only requires the object number.