HelperExplore(Visual) Method |
Explores a connected graph of joints, finding all connected joints.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static KinematicJoint[] Explore(
Visual visual
)
Parameters
- visual Visual
- The visual from which to start exploration.
Return Value
KinematicJointThe list of joints in the kinematic sub-graph of the specified joint.
See Also