Click or drag to resize

MeshAnalysisToolAttribute Class

Should be used on MeshAnalysisTool and causes MeshChecker to add the tool to the tools menu of a MeshAnalysisWindow.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisToolAttribute

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false)]
[BaseTypeRequiredAttribute(typeof(MeshAnalysisTool))]
public sealed class MeshAnalysisToolAttribute : Attribute

The MeshAnalysisToolAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMeshAnalysisToolAttribute
Initializes a new instance of the MeshAnalysisToolAttribute class.
Top
See Also