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
Syntaxpublic KinematicLink FindLink(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
The visual (specify null for ground).
Return Value
Type:
KinematicLinkThe link that contains the visual.
See Also