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