Click or drag to resize

MeshAnalysisEnd Method

Ends the analysis with specified result.

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

Parameters

result
Type: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisResultType
Specifies the result of analysis.
See Also