Click or drag to resize
SoDragPointDraggerShowNextDraggerSet Method

The dragPoint dragger contains three pairs of draggers, each containing a plane dragger and a line dragger (see the Description above).

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public void ShowNextDraggerSet()
Remarks

The dragger starts with the (y-line/xz-plane) pair displayed. Calling this method will cycle next through the (z-line/xy-plane), then the (x-line/yz-plane).

See Also