Class GearMeshForTE
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshForTE
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.ModalAnalysis.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearMeshForTE : OrderForTE, IEquatable<APIBase>
Properties
AttachedGears
Declaration
public ReadOnlyCollection<GearOrderForTE> AttachedGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearOrderForTE> |
NumberOfTeeth
Declaration
public string NumberOfTeeth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>