Class WormGearMesh
Inheritance
System.Object
WormGearMesh
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.ConnectionsAndSockets.Gears
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WormGearMesh : GearMesh, IEquatable<APIBase>
Properties
ActiveGearMeshDesign
Declaration
[Obsolete("Use WormGearMeshDesign")]
public WormGearMeshDesign ActiveGearMeshDesign { get; }
Property Value
| Type | Description |
|---|---|
| WormGearMeshDesign |
MeshingAngle
Declaration
public double MeshingAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
WormGearMeshDesign
Declaration
public WormGearMeshDesign WormGearMeshDesign { get; }
Property Value
| Type | Description |
|---|---|
| WormGearMeshDesign |
Implements
System.IEquatable<T>