SoDragPointDraggerShowDraggerSet 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.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ShowDraggerSet(
SoDragPointDraggerDraggerSets set
)
Public Sub ShowDraggerSet (
set As SoDragPointDraggerDraggerSets
)
public:
void ShowDraggerSet(
SoDragPointDraggerDraggerSets set
)
member ShowDraggerSet :
set : SoDragPointDraggerDraggerSets -> unit
Parameters
- set
- Type: OIV.Inventor.DraggersSoDragPointDraggerDraggerSets
Remarks By default the Y axis (y-line/xz-plane) pair is displayed. Calling this method selects a specific pair.
See Also