Click or drag to resize

MechanismAspectContains Method (KinematicLink)

Determines whether the mechanism contains the specified link.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Contains(
	KinematicLink link
)

Parameters

link
Type: Demo3D.Visuals.KJEKinematicLink
The link.

Return Value

Type: Boolean
True if the mechanism contains the link, false otherwise.
See Also