Class GearMeshForTE
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.ModalAnalysis.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>