Click or drag to resize

MechanismAspectFindLink Method

Attempts to find the link that contains the specified visual.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public KinematicLink FindLink(
	Visual visual
)

Parameters

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

Return Value

Type: KinematicLink
The link that contains the visual.
See Also