Click or drag to resize
SoIndexedShapecoordIndex Property

The indices of the coordinates that the shape uses as its vertices.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFInt32 coordIndex { get; }

Property Value

Type: SoMFInt32
Remarks

The coordinates connect to form faces, lines, or other shapes. Each subclass defines special negative indices to use to indicate separation between faces, lines, and so on.

See Also