public interface FeedsOptimizationData extends TaggedObject
Modifier and Type | Interface and Description |
---|---|
static class |
FeedsOptimizationData.FeedRateRangeType
The Feed Rate Range options
|
Modifier and Type | Method and Description |
---|---|
double |
constantLowerLimit()
Returns the constant lower limit
License requirements: None. |
double |
constantUpperLimit()
Returns the constant upper limit
License requirements: None. |
FeedsOptimizationData.FeedRateRangeType |
feedRateRange()
Returns the feed rate range
License requirements: None. |
double |
lengthInterval()
Returns the length interval
License requirements: None. |
double |
nominalDepthPerCut()
Returns the nominal depth per cut
License requirements: None. |
double |
nominalStepover()
Returns the nominal stepover
License requirements: None. |
double |
percentLowerLimit()
Returns the percent of lower limit
License requirements: None. |
double |
percentUpperLimit()
Returns the percent of upper limit
License requirements: None. |
void |
setConstantLowerLimit(double lowerLimit)
License requirements: cam_base ("CAM BASE") . |
void |
setConstantUpperLimit(double upperLimit)
License requirements: cam_base ("CAM BASE") . |
void |
setFeedRateRange(FeedsOptimizationData.FeedRateRangeType feedRateRange)
License requirements: cam_base ("CAM BASE") . |
void |
setLengthInterval(double lengthInterval)
License requirements: cam_base ("CAM BASE") . |
void |
setNominalDepthPerCut(double nominalDepthPerCut)
License requirements: cam_base ("CAM BASE") . |
void |
setNominalStepover(double nominalStepover)
License requirements: cam_base ("CAM BASE") . |
void |
setPercentLowerLimit(double lowerLimit)
License requirements: cam_base ("CAM BASE") . |
void |
setPercentUpperLimit(double upperLimit)
License requirements: cam_base ("CAM BASE") . |
printTestData, printTestData, tag, tagValue
double nominalStepover() throws NXException, RemoteException
NXException
RemoteException
void setNominalStepover(double nominalStepover) throws NXException, RemoteException
nominalStepover
- NXException
RemoteException
double nominalDepthPerCut() throws NXException, RemoteException
NXException
RemoteException
void setNominalDepthPerCut(double nominalDepthPerCut) throws NXException, RemoteException
nominalDepthPerCut
- NXException
RemoteException
FeedsOptimizationData.FeedRateRangeType feedRateRange() throws NXException, RemoteException
NXException
RemoteException
void setFeedRateRange(FeedsOptimizationData.FeedRateRangeType feedRateRange) throws NXException, RemoteException
feedRateRange
- NXException
RemoteException
double percentLowerLimit() throws NXException, RemoteException
NXException
RemoteException
void setPercentLowerLimit(double lowerLimit) throws NXException, RemoteException
lowerLimit
- NXException
RemoteException
double percentUpperLimit() throws NXException, RemoteException
NXException
RemoteException
void setPercentUpperLimit(double upperLimit) throws NXException, RemoteException
upperLimit
- NXException
RemoteException
double constantLowerLimit() throws NXException, RemoteException
NXException
RemoteException
void setConstantLowerLimit(double lowerLimit) throws NXException, RemoteException
lowerLimit
- NXException
RemoteException
double constantUpperLimit() throws NXException, RemoteException
NXException
RemoteException
void setConstantUpperLimit(double upperLimit) throws NXException, RemoteException
upperLimit
- NXException
RemoteException
double lengthInterval() throws NXException, RemoteException
NXException
RemoteException
void setLengthInterval(double lengthInterval) throws NXException, RemoteException
lengthInterval
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.