Class CADStator
Inheritance
System.Object
CADStator
Assembly: SMT.MastaAPI.14.1.1.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
Implements
System.IEquatable<T>
Extension Methods