SoMaterialBindingElementSetFace Method |
Sets the current face binding in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic static void SetFace(
SoState state,
SoMaterialBindingElementFaces face
)
Public Shared Sub SetFace (
state As SoState,
face As SoMaterialBindingElementFaces
)
public:
static void SetFace(
SoState^ state,
SoMaterialBindingElementFaces face
)
static member SetFace :
state : SoState *
face : SoMaterialBindingElementFaces -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- face
- Type: OIV.Inventor.ElementsSoMaterialBindingElementFaces
Remarks
See Also