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)
add_joint(joint: OdeJoint)
add_joints_from(other: OdeJointCollection)
assign(copy: OdeJointCollection) OdeJointCollection
clear()
get_joint(index: int) OdeJoint
get_joints() list
get_num_joints() int
has_joint(joint: OdeJoint) bool
is_empty() bool
remove_duplicate_joints()
remove_joint(joint: OdeJoint) bool
remove_joints_from(other: OdeJointCollection)
size() int

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