Class MotorRotorSideFaceDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MotorRotorSideFaceDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MotorRotorSideFaceDetail : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>