Class SpindleSpeedCache
- Namespace
- Hi.MachiningProcs
- Assembly
- HiMech.dll
Represents cached spindle speed information.
public class SpindleSpeedCache
- Inheritance
-
SpindleSpeedCache
- Inherited Members
- Extension Methods
Constructors
SpindleSpeedCache(SpindleSpeedCache)
public SpindleSpeedCache(SpindleSpeedCache src)
Parameters
SpindleSpeedCache(SpindleCapability, MachineMotionStep, SpindleSpeedCache)
public SpindleSpeedCache(SpindleCapability spindleCapability, MachineMotionStep machineMotionStep, SpindleSpeedCache preSpindleSpeedCache)
Parameters
spindleCapabilitySpindleCapabilitymachineMotionStepMachineMotionSteppreSpindleSpeedCacheSpindleSpeedCache
SpindleSpeedCache(double, double, double, double, double, double, double, double)
public SpindleSpeedCache(double spindleSpeed_cycleDs, double infInsistentRatioSpindleTorqueBoundary_Nm, double infInsistentRatioSpindlePowerBoundary_W, double minInsistentRatioSpindleTorqueBoundary_Nm, double minInsistentRatioSpindlePowerBoundary_W, double heatCapacity_JdK, double convectionPara_WdK, double dryRunPower_W)
Parameters
spindleSpeed_cycleDsdoubleinfInsistentRatioSpindleTorqueBoundary_NmdoubleinfInsistentRatioSpindlePowerBoundary_WdoubleminInsistentRatioSpindleTorqueBoundary_NmdoubleminInsistentRatioSpindlePowerBoundary_WdoubleheatCapacity_JdKdoubleconvectionPara_WdKdoubledryRunPower_Wdouble
Properties
ConvectionPara_WdK
public double ConvectionPara_WdK { get; set; }
Property Value
DryRunPower_W
public double DryRunPower_W { get; set; }
Property Value
HeatCapacity_JdK
public double HeatCapacity_JdK { get; set; }
Property Value
InfInsistentRatioSpindlePowerBoundary_W
public double InfInsistentRatioSpindlePowerBoundary_W { get; set; }
Property Value
InfInsistentRatioSpindleTorqueBoundary_Nm
public double InfInsistentRatioSpindleTorqueBoundary_Nm { get; set; }
Property Value
MinInsistentRatioSpindlePowerBoundary_W
public double MinInsistentRatioSpindlePowerBoundary_W { get; set; }
Property Value
MinInsistentRatioSpindleTorqueBoundary_Nm
public double MinInsistentRatioSpindleTorqueBoundary_Nm { get; set; }
Property Value
SpindleSpeed_cycleDs
public double SpindleSpeed_cycleDs { get; set; }