02-18-2022, 06:57 PM
(This post was last modified: 02-18-2022, 06:59 PM bySamuelEStreamline.Edit Reason: missing code snippet
)
Hello,
I am trying to use the item command:
在总结m.setParam("PathDisplay", "None")
in Python code to turn off path display for a program but the paths are still being displayed.
Does anyone have a solution?
I am trying to use the item command:
在总结m.setParam("PathDisplay", "None")
in Python code to turn off path display for a program but the paths are still being displayed.
Does anyone have a solution?
Code:
在总结m = RDK.Item(name, ITEM_TYPE_PROGRAM)
在总结m.setPoseFrame(frame)
在总结m.setSpeed(fast)
在总结m.MoveJ(approach_target)
在总结m.setSpeed(slow)
在总结m.MoveL(action_target)
在总结m.ShowInstructions(True)
在总结m.setParam("Tree", "Collapse")
在总结m.setParam("PathDisplay", "None")