Class CADStator
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CADStator
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CADStator : AbstractStator, IEquatable<APIBase>
Properties
DesignHasUnequalNotchesBetweenAdjacentTeeth
Declaration
public bool DesignHasUnequalNotchesBetweenAdjacentTeeth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ImportingFullStator
Declaration
public bool ImportingFullStator { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
NumberOfSlotsForImportedSector
Declaration
public int NumberOfSlotsForImportedSector { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ToothAndSlot
Declaration
public CADToothAndSlot ToothAndSlot { get; }
Property Value
| Type | Description |
|---|---|
| CADToothAndSlot |
Implements
System.IEquatable<T>