get_object#
- dlubal.api.rsection.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 = rsection_app.get_object(rsection.structure_core.Node(no=1))
var models = await rsection_app.get_object(rsection.structure_core.Node(no=1));
Tip
The object definition for the get_object() function only requires the object number.