Class ElectricMachineResultsViewable
Inheritance
System.Object
ElectricMachineResultsViewable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ElectricMachineResultsViewable : ElmerResultsViewable, IEquatable<APIBase>
Properties
ForceViewOptions
Declaration
public ElectricMachineForceViewOptions ForceViewOptions { get; set; }
Property Value
NumberOfLines
Declaration
public int NumberOfLines { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PartsToView
Declaration
public ReadOnlyCollection<EnumWithBoolean<RegionID>> PartsToView { get; }
Property Value
Results
Declaration
public ListWithSelectedItem<ElectricMachineResults> Results { get; set; }
Property Value
ShowFieldLines
Declaration
public bool ShowFieldLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Slice
Declaration
public ListWithSelectedItem<RotorSkewSlice> Slice { get; set; }
Property Value
Methods
DeselectAll()
Declaration
public void DeselectAll()
SelectAll()
Declaration
Implements
System.IEquatable<T>
Extension Methods