Click or drag to resize

ShadingOption Class

Represents a shading option which creates from code e.g. from a MeshAnalysisShadingGroup.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisShadingOption
    HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIShadingOption

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public sealed class ShadingOption : MeshAnalysisShadingOption

The ShadingOption type exposes the following members.

Constructors
  NameDescription
Public methodShadingOption
Initializes a new instance of the ShadingOption class.
Top
Properties
  NameDescription
Public propertyPriority
Gets the priority of the shading option in an options list.
(Overrides MeshAnalysisShadingOptionPriority.)
Public propertyTitle
Gets the name of shading option.
(Overrides MeshAnalysisShadingOptionTitle.)
Public propertyWireframe

Gets or sets a value indicating whether a mesh should be drawn in wireframe mode.

(Inherited from MeshAnalysisShadingOption.)
Top
Methods
  NameDescription
Public methodDeinitialize
Deinitialize the shading option and release used resources.
(Overrides MeshAnalysisShadingOptionDeinitialize.)
Public methodDrawDescription
Draw the description in the target position.
(Inherited from MeshAnalysisShadingOption.)
Public methodDrawSettings
Draw settings in the target position.
(Inherited from MeshAnalysisShadingOption.)
Public methodGetDescriptionWindowSize
Returns the size of the description window.
(Inherited from MeshAnalysisShadingOption.)
Public methodGetHaveSettings
Returns a value indicating whether the shading option has settings.
(Inherited from MeshAnalysisShadingOption.)
Public methodGetMaterials
Get materials which will be applied to the shaded mesh.
(Overrides MeshAnalysisShadingOptionGetMaterials.)
Public methodGetSettingsHeight
Returns the height of a settings popup.
(Inherited from MeshAnalysisShadingOption.)
Public methodGetSettingsWidth
Returns the width of a settings popup.
(Inherited from MeshAnalysisShadingOption.)
Public methodHasDescription
Returns a value indicating whether the shading option has a description.
(Inherited from MeshAnalysisShadingOption.)
Public methodInitialize
Initialize the shading option for a specified mesh.
(Overrides MeshAnalysisShadingOptionInitialize(Mesh).)
Top
See Also