Click or drag to resize
SoVertexAttribFeedbackGetGeneratedPrimitivesCount Method

This function returns the number of generated primitives during the traversal of the sub scene graph.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetGeneratedPrimitivesCount()

Return Value

Type: Int32

The number of generated primitives.

Remarks

NOTE: The returned value is undefined if the field queryGeneratedPrimitivesCount is not set to true.

See Also