Click or drag to resize

CustomShadingOptionDescriptionTShadingOption Class

Represents a simple description of a shading option with custom content.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.UserInterfaceShadingOptionDescriptionTShadingOption
    HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.UserInterfaceCustomShadingOptionDescriptionTShadingOption

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public class CustomShadingOptionDescription<TShadingOption> : ShadingOptionDescription<TShadingOption>
where TShadingOption : MeshAnalysisShadingOption

Type Parameters

TShadingOption
The type of target shading option.

The CustomShadingOptionDescriptionTShadingOption type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleCustomShadingOptionDescriptionTShadingOption
Initializes a new instance of the CustomShadingOptionDescriptionTShadingOption class.
Top
Properties
Methods
See Also