Click or drag to resize

MeshAnalysisShadingGroupAttribute Class

Should be used on MeshAnalysisShadingOption and causes MeshChecker to add generated by group options to the shading options menu of a MeshAnalysisWindow.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisShadingGroupAttribute

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

The MeshAnalysisShadingGroupAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMeshAnalysisShadingGroupAttribute
Initializes a new instance of the MeshAnalysisShadingGroupAttribute class
Top
See Also