Click or drag to resize

HelperExplore Method (KinematicJoint)

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
Syntax
C#
public static KinematicJoint[] Explore(
	KinematicJoint joint
)

Parameters

joint
Type: Demo3D.Visuals.KJEKinematicJoint
The joint from which to start exploration.

Return Value

Type: KinematicJoint
The list of joints in the kinematic sub-graph of the specified joint.
See Also