Package com.solibri.smc.api.settings
Interface GeneralSettings
public interface GeneralSettings
GeneralSettings provides access to general settings of the software.
- Since:
 - 9.10.6
 
- 
Method Summary
Modifier and TypeMethodDescriptionintReturns the count of threads chosen in general settings. 
- 
Method Details
- 
getThreadCount
int getThreadCount()Returns the count of threads chosen in general settings. If the chosen count is zero or negative, the software decides the appropriate amount of threads itself.- Returns:
 - the amount of threads
 - Since:
 - 9.10.6
 
 
 -