Click or drag to resize

HelperMechanism Method

Determines the mechanism for the specified visual.

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

Parameters

visual
Type: Demo3D.VisualsVisual
The visual.

Return Value

Type: MechanismAspect
The mechanism for the visual (or null).
Remarks
This function looks up the hierarchy and finds the first ancestor with a mechanism aspect. The visual may not be moved by the mechanism.
See Also