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