SoMaterialElementGetNumDiffuse Method (SoState, SoMaterialElementFaces) |
Returns the number of diffuse colors.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static ulong GetNumDiffuse(
SoState state,
SoMaterialElementFaces face
)
Public Shared Function GetNumDiffuse (
state As SoState,
face As SoMaterialElementFaces
) As ULong
public:
static unsigned long long GetNumDiffuse(
SoState^ state,
SoMaterialElementFaces face
)
static member GetNumDiffuse :
state : SoState *
face : SoMaterialElementFaces -> uint64
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialElementFaces
Return Value
Type:
UInt64
Remarks
See Also