Class GearInMeshDeflectionResults
Inheritance
System.Object
GearInMeshDeflectionResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GearInMeshDeflectionResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Microgeometry
Declaration
public double Microgeometry { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
TransverseDeflection
Declaration
public double TransverseDeflection { get; }
Property Value
| Type |
Description |
| System.Double |
|
TransverseDeflectionWithMicrogeometry
Declaration
public double TransverseDeflectionWithMicrogeometry { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods