Determines the mechanism for the specified visual.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static MechanismAspect Mechanism(
Visual visual
)
Parameters
- visual Visual
- The visual.
Return Value
MechanismAspectThe 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