MechanismAspectFindCreateLink Method |
Attempts to find the link that contains the specified visual. If no existing link exists
then attempts to create a new link containing the specified visual.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic KinematicLink FindCreateLink(
Visual visual
)
Parameters
- visual Visual
- The visual (specify null for ground).
Return Value
KinematicLinkExisting or new link that contains the visual.
See Also