Class GearDesign
Inheritance
System.Object
GearDesign
Implements
System.IDisposable
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearDesign : GearDesignComponent, IEquatable<APIBase>, IDisposable
Properties
AbsoluteShaftInnerDiameter
Declaration
public double AbsoluteShaftInnerDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
FaceWidth
Declaration
public virtual double FaceWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Mass
Declaration
public virtual double Mass { get; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
NamesOfMeshingGears
Declaration
public string NamesOfMeshingGears { get; }
Property Value
Type |
Description |
System.String |
|
NumberOfTeeth
Declaration
public int NumberOfTeeth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfTeethMaintainingRatio
Declaration
public int NumberOfTeethMaintainingRatio { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShaftInnerDiameter
Declaration
public double ShaftInnerDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
ShaftOuterDiameter
Declaration
public double ShaftOuterDiameter { get; }
Property Value
Type |
Description |
System.Double |
|
TIFFFEModel
Declaration
public GearFEModel TIFFFEModel { get; }
Property Value
Implements
System.IEquatable<T>
System.IDisposable
Extension Methods