Class GearMeshFEModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.FEModel
Assembly: SMT.MastaAPI.13.0.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>