Both geometric instance ids and part instance ids are computed when the WorkingSetInterface is computed.
No geometric instance ids nor part instance ids are retrieved from the server when the WorkingSetInterface is computed.
Only geometric instance ids are computed when the WorkingSetInterface is computed.
This enum tells if the WorkingSetInterface will retrieve data, and the type of data.
Pay attention to this value, since it can drastically lower the bandwidth usage. Indeed, it is recommended to set the enum to R_Nothing most of the time, and use other enum only if required.
The default value is
WorkingSetDataRetrieval.R_Nothingmeaning the result of the WorkingSetInterface is not retrieved from the server.See
WorkingSetInterface