Class GearRootFilletStressResults
Inheritance
System.Object
GearRootFilletStressResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.LTCA
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearRootFilletStressResults : APIBase, IEquatable<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>