Class WormGrindingProcessMarkOnShaft
Inheritance
System.Object
WormGrindingProcessMarkOnShaft
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WormGrindingProcessMarkOnShaft : WormGrindingProcessCalculation, IEquatable<APIBase>
Properties
NumberOfProfileBands
Declaration
public int NumberOfProfileBands { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
NumberOfTransversePlane
Declaration
public int NumberOfTransversePlane { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ShaftDiameter
Declaration
public double ShaftDiameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ShaftMarkChart
Declaration
public ThreeDChartDefinition ShaftMarkChart { get; }
Property Value
| Type | Description |
|---|---|
| ThreeDChartDefinition |
Implements
System.IEquatable<T>