Click or drag to resize

HelperJoints Method

Determines all joints in the specified mechanism bound to the specified link.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static KinematicJoint[] Joints(
	MechanismAspect mechanism,
	KinematicLink link
)

Parameters

mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism.
link
Type: Demo3D.Visuals.KJEKinematicLink
The link.

Return Value

Type: KinematicJoint
The array of joints in the mechanism bound to the link (or null).
See Also