|  | ShadingOption Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
 Syntax
Syntax[PublicAPIAttribute] public sealed class ShadingOption : MeshAnalysisShadingOption
The ShadingOption type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ShadingOption | 
                Initializes a new instance of the ShadingOption class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Priority | 
                Gets the priority of the shading option in an options list.
            (Overrides MeshAnalysisShadingOptionPriority.) | 
|  | Title | 
                Gets the name of shading option.
            (Overrides MeshAnalysisShadingOptionTitle.) | 
|  | Wireframe | Gets or sets a value indicating whether a mesh should be drawn in wireframe mode. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Deinitialize | 
                Deinitialize the shading option and release used resources.
            (Overrides MeshAnalysisShadingOptionDeinitialize.) | 
|  | DrawDescription | 
                Draw the description in the target position.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | DrawSettings | 
                Draw settings in the target position.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | GetDescriptionWindowSize | 
                Returns the size of the description window.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | GetHaveSettings | 
                Returns a value indicating whether the shading option has settings.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | GetMaterials | 
                Get materials which will be applied to the shaded mesh.
            (Overrides MeshAnalysisShadingOptionGetMaterials.) | 
|  | GetSettingsHeight | 
                Returns the height of a settings popup.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | GetSettingsWidth | 
                Returns the width of a settings popup.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | HasDescription | 
                Returns a value indicating whether the shading option has a description.
            (Inherited from MeshAnalysisShadingOption.) | 
|  | Initialize | 
                Initialize the shading option for a specified mesh.
            (Overrides MeshAnalysisShadingOptionInitialize(Mesh).) | 
 See Also
See Also