Class CADRotor
Inheritance
System.Object
CADRotor
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CADRotor : Rotor, IEquatable<APIBase>
Properties
ImportingFullRotor
Declaration
public bool ImportingFullRotor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MagnetLayers
Declaration
public ReadOnlyCollection<CADMagnetsForLayer> MagnetLayers { get; }
Property Value
NumberOfImportedPoles
Declaration
public int NumberOfImportedPoles { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfMagnetLayers
Declaration
public int NumberOfMagnetLayers { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
OffsetOfAdditionalLineUsedForEstimatingKair
Declaration
public Overridable<double> OffsetOfAdditionalLineUsedForEstimatingKair { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods