Class CADRotor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CADRotor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CADMagnetsForLayer> |
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
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>