Click or drag to resize
SoTabBoxDraggerprivateStyle Property

Controls whether this instance of OIV.Inventor.Draggers.SoTabBoxDragger shares or does not share parts, e.g.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool privateStyle { get; }

Property Value

Type: SoSFBool
Remarks

tabBoxTranslator, tabBoxScaleTabMaterial and tabBoxScaleTabHints with all other existing instances of OIV.Inventor.Draggers.SoTabBoxDragger. Default is false, meaning parts are shared. Set this field to true if your application needs to change these parts without affecting other draggers in the scene graph. (Indeed, the default was true prior to version 9.6.1)

Note Note

Field available since Open Inventor 9.6.1

See Also