Open topic with navigation
Vizard 7 »
Command Index
»
Vizard objects
»
node3d
»
<node3d:avatar>.getBoneList
7.7
<node3d:avatar>.getBoneList
Returns bone list
<node3d:avatar>.getBoneList()
Remarks
This command will return a list of all the bones of the avatar
Return Value
A list of bones
Example
bones
=
avatar
.
getBoneList
()
#Print the name of the bones
for
b
in
bones
:
print
(
b
.
getName
())
See also
<node3d:avatar>.getBone
<node3d:avatar>.getRootBoneList
Copyright © 2001-2024 WorldViz. All rights reserved.