Click or drag to resize

MeshAnalysisWindowOpen Method (Mesh)

Opens the window for a specified mesh.

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

Parameters

targetMesh
Type: Mesh
The mesh that should be visualized.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnity failed to get an instance of the window.
See Also