MechanismAspectContains(KinematicJoint) Method |
Determines whether the mechanism contains the specified joint.
Namespace: Demo3D.Visuals.KJEAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Contains(
KinematicJoint joint
)
Parameters
- joint KinematicJoint
- The joint.
Return Value
BooleanTrue if the mechanism contains the joint, false otherwise.
See Also