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