Click or drag to resize

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.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public KinematicLink FindCreateLink(
	Visual visual
)

Parameters

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

Return Value

Type: KinematicLink
Existing or new link that contains the visual.
See Also