Click or drag to resize

MeshAnalysisShadingGroup Class

Represents a bunch of shading options for an observed Mesh in a MeshAnalysisWindow
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIMeshAnalysisShadingGroup

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

The MeshAnalysisShadingGroup type exposes the following members.

Constructors
  NameDescription
Protected methodMeshAnalysisShadingGroup
Initializes a new instance of the MeshAnalysisShadingGroup class
Top
Methods
  NameDescription
Public methodGetOptions
Returns a collection of MeshAnalysisShadingOption for the specified Mesh.
Top
See Also