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