Class ElectricMachineResultsViewable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElectricMachineResultsViewable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.Results
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElectricMachineResultsViewable : ElmerResultsViewable, IEquatable<APIBase>
Properties
ForceViewOptions
Declaration
public ElectricMachineForceViewOptions ForceViewOptions { get; set; }
Property Value
Type | Description |
---|---|
ElectricMachineForceViewOptions |
NumberOfLines
Declaration
public int NumberOfLines { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PartsToView
Declaration
public ReadOnlyCollection<EnumWithBoolean<RegionID>> PartsToView { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<EnumWithBoolean<RegionID>> |
Results
Declaration
public ListWithSelectedItem<ElectricMachineResults> Results { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<ElectricMachineResults> |
ShowFieldLines
Declaration
public bool ShowFieldLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Slice
Measurement: Index
Declaration
public ListWithSelectedItem<RotorSkewSlice> Slice { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<RotorSkewSlice> |
Methods
DeselectAll()
Declaration
public void DeselectAll()
SelectAll()
Declaration
public void SelectAll()
Implements
System.IEquatable<T>