Class GearMesh
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMesh : InterMountableComponentConnection, IEquatable<APIBase>
Properties
ActiveGearMeshDesign
Declaration
public GearMeshDesign ActiveGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
GearMeshDesign |
MeshEfficiency
Declaration
public Overridable<double> MeshEfficiency { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
UserSpecifiedMeshStiffness
The mesh stiffness is defined in the normal plane
Measurement: LinearStiffness
Declaration
public double UserSpecifiedMeshStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UseSpecifiedMeshStiffness
Declaration
public bool UseSpecifiedMeshStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>