MechanismAspectFindJoint Method |
Attempts to find the joints that connects the specified base visual to the specified
effector visual.
Namespace:
Demo3D.Visuals.KJE
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic KinematicJoint FindJoint(
Visual visual,
Visual baseVisual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
The effector visual. - baseVisual
- Type: Demo3D.VisualsVisual
The base visual (specify null for ground).
Return Value
Type:
KinematicJointThe joint bound to links that contain the specified visuals.
See Also