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: 19.00.00
Syntax
C#
public KinematicJoint FindJoint(
	Visual visual,
	Visual baseVisual
)

Parameters

visual  Visual
The effector visual.
baseVisual  Visual
The base visual (specify null for ground).

Return Value

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