SoVertexAttribFeedbackGetGeneratedPrimitivesCount Method |
This function returns the number of generated primitives during the traversal of the sub scene graph.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetGeneratedPrimitivesCount()
Public Function GetGeneratedPrimitivesCount As Integer
public:
int GetGeneratedPrimitivesCount()
member GetGeneratedPrimitivesCount : unit -> int
Return Value
Type:
Int32The number of generated primitives.
RemarksNOTE: The returned value is undefined if the field queryGeneratedPrimitivesCount is not set to true.
See Also