Click or drag to resize

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

Parameters

visual
Type: Demo3D.VisualsVisual
The visual from which to start exploration.

Return Value

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