Skip to Content

Joint

Quick Facts

PropertyValue
ClassCENPyOlpJoint
Modulecenpylib.CENPyOlpJoint
Packagecenpylib
ReleaseR2025.2.4
Methods4

Quick Start

# Boilerplate Example joint = ... # obtained from the runtime context result = joint.GetName()

Method Index

MethodReturnsSummary
GetNamestrGet the joint name.
GetKinTypeintReturns the kinematic type of a joint
GetJointTypeintReturns the joint type
GetJointIndexintThe joint index results out of the sum of the RSIM-index for main joints and external joints,

Query Methods

GetName

def GetName() -> str

Get the joint name.

Returns: str — Joint name.

GetKinType

def GetKinType() -> int

Returns the kinematic type of a joint

Returns: int — kinematic type

GetJointType

def GetJointType() -> int

Returns the joint type

Returns: int — joint type

GetJointIndex

def GetJointIndex() -> int

The joint index results out of the sum of the RSIM-index for main joints and external joints, whereby main joints start at 1 and the externals continue after the last main joint.

Returns: int — Joint index

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?