Click or drag to resize
SoMaterialBindingElementBindings Enumeration

The choice of values is for compatibility with Open Inventor 2.0 binary format files.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Bindings
Members
  Member nameValueDescription
OVERALL2

Whole object has same material.

PER_PART3

One material for each part of object.

PER_PART_INDEXED4

One material for each part, indexed.

PER_FACE5

One material for each face of object.

PER_FACE_INDEXED6

One material for each face, indexed.

PER_VERTEX7

One material for each vertex.

PER_VERTEX_INDEXED8

One material for each vertex, indexed.

DEFAULT2
NONE2
Remarks