Class MotorRotorSideFaceDetail
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MotorRotorSideFaceDetail : APIBase, IEquatable<APIBase>
Properties
AxialAirGap
Measurement: ShortLength
Declaration
public double AxialAirGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InnerRadius
Measurement: ShortLength
Declaration
public double InnerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OuterRadius
Measurement: ShortLength
Declaration
public double OuterRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>