Class GearFilletNodeStressResultsColumn
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearFilletNodeStressResultsColumn
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearFilletNodeStressResultsColumn : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FilletColumnIndex
Declaration
public int FilletColumnIndex { 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>