Click or drag to resize
SbVertexAttributeBindingBindings Enumeration

Supported Bindings.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public enum Bindings
Members
  Member nameValueDescription
OVERALL2

Whole object has same attribute.

PER_PART3

One attribute for each part of object.

PER_PART_INDEXED4

One attribute for each part, indexed.

PER_FACE5

One attribute for each face of object.

PER_FACE_INDEXED6

One attribute for each face, indexed.

PER_VERTEX7

One attribute for each vertex.

PER_VERTEX_INDEXED8

One attribute for each vertex, indexed.

Remarks
See Also