|  | MeshAnalysisWindowOpen Method (Mesh, String, String) | 
 
                Opens the window for a specified mesh.
            
 
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntax[PublicAPIAttribute]
public static void Open(
	[NotNullAttribute] Mesh targetMesh,
	[CanBeNullAttribute] string shadingOptionAlias,
	[CanBeNullAttribute] string toolAlias
)
Parameters
- targetMesh
- Type: Mesh
 The mesh that should be visualized.
- shadingOptionAlias
- Type: SystemString
 The alias of a shading option that should be selected.
- toolAlias
- Type: SystemString
 The alias of a tool that should be selected.
 Exceptions
Exceptions See Also
See Also