Click or drag to resize

ShadingOptionPriority Property

Gets the priority of the shading option in an options list.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public override int Priority { get; }

Property Value

Type: Int32
Remarks

Shading options group by their priority. Every 100 will merge into one group.

_______________

Option - 0

Option - 1

Option - 2

_______________

Option - 100

Option - 120

Option - 121

Option - 199

_______________

Option - 460

Option - 461

_______________

See Also