Python scripting downloader - Enums

JointKinematicType

Previous  Chapter  Next

 

Defines possible joint types.


class JointKinematicType(IntEnum):

      Unset = -1

      Prismatic = 0

      Revolute = 1


Previous
Previous page
Chapter
Chapter page
Next
Next page