SoMaterialElementSetMetallic Method (SoState, SoMaterialElementFaces, SoNode, Single) |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static void SetMetallic(
SoState state,
SoMaterialElementFaces face,
SoNode node,
float value
)
Public Shared Sub SetMetallic (
state As SoState,
face As SoMaterialElementFaces,
node As SoNode,
value As Single
)
public:
static void SetMetallic(
SoState^ state,
SoMaterialElementFaces face,
SoNode^ node,
float value
)
static member SetMetallic :
state : SoState *
face : SoMaterialElementFaces *
node : SoNode *
value : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialElementFaces
- node
- Type: OIV.Inventor.NodesSoNode
- value
- Type: SystemSingle
Remarks
See Also