Class MeshDeflectionResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeshDeflectionResults
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 MeshDeflectionResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Gears
Declaration
public ReadOnlyCollection<GearInMeshDeflectionResults> Gears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearInMeshDeflectionResults> |
Offset
Measurement: ShortLength
Declaration
public double Offset { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalMicrogeometry
Measurement: VeryShortLength
Declaration
public double TotalMicrogeometry { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalTransverseDeflection
Measurement: VeryShortLength
Declaration
public double TotalTransverseDeflection { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalTransverseDeflectionWithMicrogeometry
Measurement: VeryShortLength
Declaration
public double TotalTransverseDeflectionWithMicrogeometry { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>