Click or drag to resize

MeshAnalysisRunAnalysisInThread Method

Runs the analysis in a new separate thread.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public void RunAnalysisInThread()
Exceptions
ExceptionCondition
NotSupportedExceptionThe common language runtime (CLR) is hosted, and the host does not support this action.
See Also