Class Stator
Inheritance
System.Object
Stator
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Stator : AbstractStator, IEquatable<APIBase>
Properties
NumberOfStatorCutoutSpecifications
Declaration
public int NumberOfStatorCutoutSpecifications { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RadiusAtMidCoilHeight
Declaration
public double RadiusAtMidCoilHeight { get; }
Property Value
Type |
Description |
System.Double |
|
StatorCutoutSpecifications
Declaration
public ReadOnlyCollection<StatorCutoutSpecification> StatorCutoutSpecifications { get; }
Property Value
ToothAndSlot
Declaration
public ToothAndSlot ToothAndSlot { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods