Click or drag to resize

MeshAnalysisAttribute Class

Should be used on MeshAnalysis and causes MeshChecker to run analyses marked with such attributes for an analyzed meshes.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisAttribute

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

The MeshAnalysisAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMeshAnalysisAttribute
Initializes a new instance of the MeshAnalysisAttribute class
Top
See Also