04-05-2023, 12:13 PM
Use Render to stop the rendering updates and setParentStatic to change parent with changing the position of the object.
RDK.Render(False)
cob.setParentStatic(ref)
RDK.Render(True)
RDK.Render(False)
cob.setParentStatic(ref)
RDK.Render(True)
Please read theForum Guidelinesbefore posting!
Find useful information about RoboDK by visiting ourOnline Documentation.
Find useful information about RoboDK by visiting ourOnline Documentation.