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: 19.00.00
Syntax
C#
public KinematicLink FindLink(
	Visual visual
)

Parameters

visual  Visual
The visual (specify null for ground).

Return Value

KinematicLink
The link that contains the visual.
See Also