| SoMaterialElementGetNumDiffuse Method (SoState) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.1.0 (10.18.1.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the getNumDiffuse() method that takes a Face parameter instead.")]
public static ulong GetNumDiffuse(
SoState state
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the getNumDiffuse() method that takes a Face parameter instead.")>
Public Shared Function GetNumDiffuse (
state As SoState
) As ULongpublic:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 2025.1. Use the getNumDiffuse() method that takes a Face parameter instead.")]
static unsigned long long GetNumDiffuse(
SoState^ state
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the getNumDiffuse() method that takes a Face parameter instead.")>]
static member GetNumDiffuse :
state : SoState -> uint64
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
UInt64
Remarks Caution |
|---|
Obsolete since Open Inventor 2025.1. Use the OIV.Inventor.Elements.SoMaterialElement.GetNumDiffuse(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoMaterialElement.Faces) method that takes a Face parameter instead. |
See Also