Class GearMeshFEModel
Inheritance
System.Object
GearMeshFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.FEModel
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearMeshFEModel : GearMeshImplementationDetail, IEquatable<APIBase>
Properties
NumberOfLoadsPerContact
Declaration
public int NumberOfLoadsPerContact { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
NumberOfRotations
Declaration
public int NumberOfRotations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.IEquatable<T>