SoDraggerSetViewVolume Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 9300
No more used.
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetViewVolume(
SbViewVolume vol
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetViewVolume (
vol As SbViewVolume
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetViewVolume(
SbViewVolume vol
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetViewVolume :
vol : SbViewVolume -> unit
Parameters
- vol
- Type: OIV.InventorSbViewVolume
Remarks
See Also