Class MotorRotorSideFaceDetail
Inheritance
System.Object
MotorRotorSideFaceDetail
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MotorRotorSideFaceDetail : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AxialAirGap
Declaration
public double AxialAirGap { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
InnerRadius
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
Declaration
public double OuterRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods