A new feature has been added to support object manipulation. You can now move or copy objects via API functions for transformations. Simply provide a list of objects as input, and the system will handle the move or copy operation.
Usage:
rfem_app.move_objects( objs = [rfem.structure_core.Node()], direction_through = rfem.manipulation.DIRECTION_THROUGH_DISPLACEMENT_VECTOR, displacement_vector = common.Vector3D(x=0, y=5, z=0), create_copy = True, number_of_steps=2,)
Manipulation – Move/Copy of Objects Implemented
;