SoVolumeRenderingSetSliceEqualResolution Method (Boolean, Boolean) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 7000
Use SoLDMGlobalResourceParameters.setSliceEqualResolution(bool state,bool forceRedraw) instead.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetSliceEqualResolution(
bool state,
bool forceRedraw
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub SetSliceEqualResolution (
state As Boolean,
forceRedraw As Boolean
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void SetSliceEqualResolution(
bool state,
bool forceRedraw
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member SetSliceEqualResolution :
state : bool *
forceRedraw : bool -> unit
Parameters
- state
- Type: SystemBoolean
- forceRedraw
- Type: SystemBoolean
Remarks
See Also