OdeJointCollection

from panda3d.ode import OdeJointCollection
class OdeJointCollection

Bases:

Inheritance diagram

Inheritance diagram of OdeJointCollection

__add__(other: OdeJointCollection) OdeJointCollection
__getitem__(index: int) OdeJoint
__iadd__(other: OdeJointCollection) OdeJointCollection
__init__()
__init__(copy: OdeJointCollection)
addJoint(joint: OdeJoint)
addJointsFrom(other: OdeJointCollection)
assign(copy: OdeJointCollection) OdeJointCollection
clear()
getJoint(index: int) OdeJoint
getJoints() list
getNumJoints() int
hasJoint(joint: OdeJoint) bool
isEmpty() bool
removeDuplicateJoints()
removeJoint(joint: OdeJoint) bool
removeJointsFrom(other: OdeJointCollection)
size() int

Returns the number of joints in the collection. This is the same thing as getNumJoints().