IndexLoop Class |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
[PublicAPIAttribute] public class IndexLoop
The IndexLoop type exposes the following members.
Name | Description | |
---|---|---|
IndexLoop |
Initializes a new instance of the IndexLoop class.
New instance is empty.
| |
IndexLoop(Int32) |
Initializes a new instance of the IndexLoop class.
Indices will be in range from 0 to specified value.
| |
IndexLoop(Int32, Int32) |
Initializes a new instance of the IndexLoop class.
Indices will be in the specified range.
|
Name | Description | |
---|---|---|
Current | ||
Max |
Gets maximal index in loop.
| |
Min |
Gets minimal index in loop.
| |
NotSelected |
Gets a value indicating whether nothing selected.
Opposite to Selected | |
Selected |
Gets a value indicating whether one of indices is selected.
Opposite to NotSelected |
Name | Description | |
---|---|---|
Deselect |
Deselect current index.
| |
Draw |
Draws IndexLoop toolbar GUI in Layout zone.
| |
Next | ||
Previous | ||
Release |
Remove subscribers from events and prepare for GC.
| |
Set |
Selects the specified index.
| |
ToString(String) |
Converts the loop value to its string representation.
| |
ToString(IndexLoopLoopStringFormat) |
Converts the loop value to its string representation.
|
Name | Description | |
---|---|---|
SelectionChangedEvent |
Rised when Current index change.
| |
SelectionRemovedEvent |
Rised when selection is removed.
|