Class GearMesh
Inheritance
System.Object
GearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GearMesh : InterMountableComponentConnection, IEquatable<APIBase>
Properties
ActiveGearMeshDesign
Declaration
public GearMeshDesign ActiveGearMeshDesign { get; }
Property Value
Type | Description |
---|---|
GearMeshDesign |
MeshEfficiency
Measurement: Percentage
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>