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