ToolModel.iter_joints
- ToolModel.iter_joints()[source]
Iterator over the joints that starts with the root link’s children joints.
- Returns
Iterator of all joints starting at root.
Examples
>>> [j.name for j in robot.iter_joints()] ['joint1', 'joint2']
Iterator over the joints that starts with the root link’s children joints.
Iterator of all joints starting at root.
Examples
>>> [j.name for j in robot.iter_joints()]
['joint1', 'joint2']
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev