Click or drag to resize

MessageMeshAnalysisEnd Method (MeshAnalysisResultType, String)

Ends the analysis with a specified result and message.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
protected void End(
	MeshAnalysisResultType result,
	[CanBeNullAttribute] string message
)

Parameters

result
Type: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisResultType
Specifies the result type of the analysis.
message
Type: SystemString
The message that explains result of the analysis.
See Also