Click or drag to resize
SoBufferedShapenumVertices Property

Number of vertices/indices to be used for each primitive.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFInt32 numVertices { get; }

Property Value

Type: SoMFInt32
Remarks

Specifically:

  • For the shape types POINTS, LINES, TRIANGLES and QUADS only the first value is meaningful and it specifies the number of vertices to be used for rendering.

  • For all other types the number of values in this field specifies the number of primitives that will be drawn and each value in the field specifies the number of vertices (or indices if given) to be used for each primitive.

See Also