Click or drag to resize
SoWinViewerRecomputeSceneSize Method

This can be used to let the viewer know that the scene graph has changed so that the viewer can recompute things like speed which depend on the scene graph size.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void RecomputeSceneSize()
Remarks

Note: This routine is automatically called whenever () is called.

See Also