0x
028816
2026-01-28

操作 – 移动/复制对象

已添加新功能以支持对象操作。您现在可以通过API函数进行转换来移动或复制对象。只需提供对象列表作为输入,系统将处理移动或复制操作。 用法: 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,)



;