Click or drag to resize
SoTabPlaneDraggerAdjustScaleTabSize Method

Causes the scale tab sizes to be adjusted so that they remain a near constant screen space size.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void AdjustScaleTabSize()
Remarks

This happens automatically upon dragger finish. Call this to manually adjust the scale tab sizes at other times, for instance after the camera has changed in a viewer finish delegate. Note that (since version 7.0) handles are automatically resized when the camera changes, as long as the OIV.Inventor.Draggers.SoTabPlaneDragger.resizeHandles field is set to true.

See Also