Class WormGrindingCutterCalculation
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WormGrindingCutterCalculation
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.HobbingProcessSimulationNew
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WormGrindingCutterCalculation : WormGrindingProcessCalculation, IEquatable<APIBase>
Properties
GrinderToothShapeChart
Declaration
public TwoDChartDefinition GrinderToothShapeChart { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
InputGearPointOfInterest
Declaration
public PointOfInterest InputGearPointOfInterest { get; }
Property Value
Type | Description |
---|---|
PointOfInterest |
NumberOfProfileBands
Declaration
public int NumberOfProfileBands { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseDesignModeMicroGeometry
This option is unavailable when gear micro geometry is specified per tooth.
Declaration
public bool UseDesignModeMicroGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WormAxialZ
Measurement: ShortLength
Declaration
public double WormAxialZ { get; }
Property Value
Type | Description |
---|---|
System.Double |
WormRadius
Measurement: ShortLength
Declaration
public double WormRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
CalculateGrinderAxialSectionToothShape()
Declaration
public void CalculateGrinderAxialSectionToothShape()
CalculatePointOfInterest()
Declaration
public void CalculatePointOfInterest()
Implements
System.IEquatable<T>