Click or drag to resize
SoTransformerDraggerUnsquishKnobs Method

Tells the dragger to unsquish its rotation and scale knobs during the next traversal.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void UnsquishKnobs()
Remarks

Ordinarily, the knobs are only unsquished upon readin from file and when the mouse button is released at the end of a drag. If you want this to happen more often, then you should call this method.

See Also