SoVolumeClippingGroupGetMaxNumPasses Method (SoState) |
Returns the maximum number of passes supported by the hardware.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static uint GetMaxNumPasses(
SoState state
)
Public Shared Function GetMaxNumPasses (
state As SoState
) As UInteger
public:
static unsigned int GetMaxNumPasses(
SoState^ state
)
static member GetMaxNumPasses :
state : SoState -> uint32
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
UInt32
Remarks
See Also