MechanismAspectFindLink Method |
Attempts to find the link that contains the specified visual.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic KinematicLink FindLink(
Visual visual
)
Parameters
- visual Visual
- The visual (specify null for ground).
Return Value
KinematicLinkThe link that contains the visual.
See Also