SoVolumeShaderSetForVolumeOnly Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 7000
Use the field SoVolumeShader.forVolumeOnly instead.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetForVolumeOnly(
bool volOnly
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetForVolumeOnly (
volOnly As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetForVolumeOnly(
bool volOnly
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetForVolumeOnly :
volOnly : bool -> unit
Parameters
- volOnly
- Type: SystemBoolean
Remarks
See Also