Click or drag to resize

MechanismAspectFindJoint Method

Attempts to find the joints that connects the specified base visual to the specified effector visual.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public KinematicJoint FindJoint(
	Visual visual,
	Visual baseVisual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The effector visual.
baseVisual
Type: Demo3D.VisualsVisual
The base visual (specify null for ground).

Return Value

Type: KinematicJoint
The joint bound to links that contain the specified visuals.
See Also