Click or drag to resize

HelperReapplyFixedJoints Method

Reapplies the all enabled fixed joints, causing the links for their referenced visuals to be merged.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static void ReapplyFixedJoints(
	MechanismAspect mechanism
)

Parameters

mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism.
Remarks
This does not unapply any fixed joints that were disabled, removed or had their visual list changed. Instead, you must call Repopulate(MechanismAspect) to reconstruct the mechanism from the joint descriptions.
See Also