SoOctreeOrderingReportCallback Property |
This callback can be used to get render statistics: the number of objects in the octree, and the number of objects actually rendered.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoOctreeOrderingReportCB ReportCallback { get; set; }
Public Shared Property ReportCallback As SoOctreeOrderingReportCB
Get
Set
public:
static property SoOctreeOrderingReportCB^ ReportCallback {
SoOctreeOrderingReportCB^ get ();
void set (SoOctreeOrderingReportCB^ value);
}
static member ReportCallback : SoOctreeOrderingReportCB with get, set
Property Value
Type:
SoOctreeOrderingReportCB
RemarksIf the application is using an MP viewer, each render thread will call the callback function at the end of the octree traversal to let the application know how many objects it rendered. This is useful to see how the rendering work is distributed across the threads.
See Also