Click or drag to resize

MeshAnalysisInitialize Method

Initializes the analysis for a specified mesh.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public void Initialize(
	[NotNullAttribute] Mesh mesh
)

Parameters

mesh
Type: Mesh
A mesh that should be analysed.
Exceptions
ExceptionCondition
ArgumentNullExceptionMeshAnalysis initialization failed: the mesh argument are null. mesh
See Also