Class CADStator
Inheritance
System.Object
CADStator
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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