Class MeshDeflectionResults
Inheritance
System.Object
MeshDeflectionResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MeshDeflectionResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Gears
Declaration
public ReadOnlyCollection<GearInMeshDeflectionResults> Gears { get; }
Property Value
Offset
Declaration
public double Offset { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalMicrogeometry
Declaration
public double TotalMicrogeometry { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalTransverseDeflection
Declaration
public double TotalTransverseDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalTransverseDeflectionWithMicrogeometry
Declaration
public double TotalTransverseDeflectionWithMicrogeometry { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods