Click or drag to resize

HelperExplore(Visual) Method

Explores a connected graph of joints, finding all connected joints.

Namespace: Demo3D.Visuals.KJE
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static KinematicJoint[] Explore(
	Visual visual
)

Parameters

visual  Visual
The visual from which to start exploration.

Return Value

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