Class CylindricalGearFilletNodeStressResultsRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearFilletNodeStressResultsRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearFilletNodeStressResultsRow : GearFilletNodeStressResultsRow, IEquatable<APIBase>
Properties
Diameter
Measurement: ShortLength
Declaration
public double Diameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceAlongFillet
Measurement: ShortLength
Declaration
public double DistanceAlongFillet { get; }
Property Value
Type | Description |
---|---|
System.Double |
Radius
Measurement: ShortLength
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>