update_object#
- dlubal.api.rsection.Application.update_object(self, obj, model_id=None)#
Updates a single object in the model.
Example
rsection_app.update_object(rsection.structure_core.Node(no=1, coordinate_1=1, coordinate_2=5))
await rsection_app.update_object(rsection.structure_core.Node(no=1, coordinate_1=1, coordinate_2=5));