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