Class GearInMeshDeflectionResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearInMeshDeflectionResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections.Reporting
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearInMeshDeflectionResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Microgeometry
Measurement: VeryShortLength
Declaration
public double Microgeometry { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
TransverseDeflection
Measurement: VeryShortLength
Declaration
public double TransverseDeflection { get; }
Property Value
Type | Description |
---|---|
System.Double |
TransverseDeflectionWithMicrogeometry
Measurement: VeryShortLength
Declaration
public double TransverseDeflectionWithMicrogeometry { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>