Class GearRootFilletStressResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearRootFilletStressResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearRootFilletStressResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Columns
Declaration
public ReadOnlyCollection<GearFilletNodeStressResultsColumn> Columns { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearFilletNodeStressResultsColumn> |
ContactLineIndex
Declaration
public int ContactLineIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rows
Declaration
public ReadOnlyCollection<GearFilletNodeStressResultsRow> Rows { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearFilletNodeStressResultsRow> |
Implements
System.IEquatable<T>