Class ToothAndSlot
Inheritance
System.Object
ToothAndSlot
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ToothAndSlot : AbstractToothAndSlot, IEquatable<APIBase>
Properties
FullRoundAtSlotBottom
Declaration
public bool FullRoundAtSlotBottom { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
HasWedges
Declaration
public bool HasWedges { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
RadiusOfCurvatureAtSlotBottom
Declaration
public double RadiusOfCurvatureAtSlotBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SlotDepth
Declaration
public double SlotDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SlotOpeningLength
Declaration
public double SlotOpeningLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SlotWidth
Declaration
public double SlotWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothAsymmetricLength
Declaration
public double ToothAsymmetricLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothSlotStyle
Declaration
public ToothSlotStyle ToothSlotStyle { get; set; }
Property Value
ToothTaperAngle
Declaration
public double ToothTaperAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothTaperDepth
Declaration
public double ToothTaperDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothTaperSpecification
Declaration
public ToothTaperSpecification ToothTaperSpecification { get; set; }
Property Value
ToothTipDepth
Declaration
public double ToothTipDepth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothWidth
Declaration
public double ToothWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothWidthAtSlotBottom
Declaration
public double ToothWidthAtSlotBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ToothWidthAtSlotTop
Declaration
public double ToothWidthAtSlotTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WedgeThickness
Declaration
public Overridable<double> WedgeThickness { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods