Click or drag to resize
SoMaterialBindingFaces Enumeration

Specifies values to apply material on the front face, back face or both front and back face of an object.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public enum Faces
Members
  Member nameValueDescription
FRONT1

Applies the material to the front faces of the object.

The front face is determined by the OIV.Inventor.Nodes.SoShapeHints.vertexOrdering field.

BACK2

Applies the material to the back faces of the object.

The back face is determined by the OIV.Inventor.Nodes.SoShapeHints.vertexOrdering field.

FRONT_AND_BACK3

Applies the material to both the front and back faces of the object.

Remarks