Click or drag to resize

MechanismAspectRebuild Method

Tears down and rebuilds the internal KJE mechanism.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Rebuild()
Remarks
The internal KJE mechanism must be rebuilt when you add or remove any joints or links, or when you change the mode of any parameters. This function regenerates the kinematic graph. The mechanism is rebuilt automatically when the model is reset.
See Also