| MeshAnalysisInitialize Method |
Initializes the analysis for a specified mesh.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax [PublicAPIAttribute]
public void Initialize(
[NotNullAttribute] Mesh mesh
)
Parameters
- mesh
- Type: Mesh
A mesh that should be analysed.
Exceptions Exception | Condition |
---|
ArgumentNullException | MeshAnalysis initialization failed: the mesh argument are null. mesh |
See Also