SoMaterialElementGetColorMaterial Method (SoState, SoMaterialElementFaces) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static bool GetColorMaterial(
SoState state,
SoMaterialElementFaces face
)
Public Shared Function GetColorMaterial (
state As SoState,
face As SoMaterialElementFaces
) As Boolean
public:
static bool GetColorMaterial(
SoState^ state,
SoMaterialElementFaces face
)
static member GetColorMaterial :
state : SoState *
face : SoMaterialElementFaces -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialElementFaces
Return Value
Type:
Boolean
Remarks
See Also