Click or drag to resize

HelperRepopulate Method

Repopulates the specified mechanism aspect from joint description aspects down the visual hierarchy.

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

Parameters

mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect to be repopulated.
See Also