Class GearDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearDesign : GearDesignComponent, IEquatable<APIBase>, IDisposable
Properties
AbsoluteShaftInnerDiameter
Measurement: ShortLength
Declaration
public double AbsoluteShaftInnerDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
FaceWidth
Measurement: ShortLength
Declaration
public virtual double FaceWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Mass
Measurement: 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
Measurement: ShortLength
Declaration
public double ShaftInnerDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
ShaftOuterDiameter
Measurement: ShortLength
Declaration
public double ShaftOuterDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
TIFFFEModel
Declaration
public GearFEModel TIFFFEModel { get; }
Property Value
Type | Description |
---|---|
GearFEModel |
Implements
System.IEquatable<T>
System.IDisposable