Class CADRotor
Inheritance
System.Object
CADRotor
Assembly: SMT.MastaAPI.15.0.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
Used for determining thickness of layers which have a central bridge, i.e. iron along the q-axis.
The location of this line can be seen on the drawing by turning on the 'Additional Line Used For Estimating K_air' option.
Measurement: ShortLength
Declaration
public Overridable<double> OffsetOfAdditionalLineUsedForEstimatingKair { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods