Click or drag to resize
SoDraggerGetViewVolume Method

Note: This API is now obsolete.

Dragger must not store information related to viewer settings.

Namespace: OIV.Inventor.Draggers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbViewVolume GetViewVolume()

Return Value

Type: SbViewVolume
Remarks

In a multi-viewers configuration, draggers internal computation can be corrupted by using one of these values set from another viewer This has been solved by directly getting viewvolume and viewport from the state, or from the current action.Obsoletesince Open Inventor 9300 No more used.

See Also