Click or drag to resize

MechanismAspectContains Method (KinematicJoint)

Determines whether the mechanism contains the specified joint.

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

Parameters

joint
Type: Demo3D.Visuals.KJEKinematicJoint
The joint.

Return Value

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