Click or drag to resize

HelperLink Method

Determines the kinematic link for the specified visual.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static KinematicLink Link(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The visual.

Return Value

Type: KinematicLink
The link for the visual (or null).
See Also