public interface ProbeToleranceParametersBuilder extends TaggedObject
Modifier and Type | Method and Description |
---|---|
double |
cylTolerance()
Returns the cyl tolerance
License requirements: None. |
double |
nullBandTolerance()
Returns the null band tolerance
License requirements: None. |
boolean |
outputCylTolerance()
Returns the option to output the cylindrical tolerance
License requirements: None. |
boolean |
outputNullBandTolerance()
Returns the option to output the null band tolerance zone
License requirements: None. |
boolean |
outputTolerance()
Returns the option to output the tolerance
License requirements: None. |
boolean |
outputUpperTolerance()
Returns the option to output the upper tolerance limit
License requirements: None. |
void |
setCylTolerance(double cylTolerance)
License requirements: None. |
void |
setNullBandTolerance(double nullBandTolerance)
License requirements: None. |
void |
setOutputCylTolerance(boolean newValue)
License requirements: None. |
void |
setOutputNullBandTolerance(boolean newValue)
License requirements: None. |
void |
setOutputTolerance(boolean newValue)
License requirements: None. |
void |
setOutputUpperTolerance(boolean newValue)
License requirements: None. |
void |
setTolerance(double tolerance)
License requirements: None. |
void |
setUpperTolerance(double upperTolerance)
License requirements: None. |
double |
tolerance()
Returns the tolerance
License requirements: None. |
double |
upperTolerance()
Returns the upper tolerance
License requirements: None. |
printTestData, printTestData, tag, tagValue
boolean outputTolerance() throws NXException, RemoteException
NXException
RemoteException
void setOutputTolerance(boolean newValue) throws NXException, RemoteException
newValue
- NXException
RemoteException
boolean outputCylTolerance() throws NXException, RemoteException
NXException
RemoteException
void setOutputCylTolerance(boolean newValue) throws NXException, RemoteException
newValue
- NXException
RemoteException
boolean outputUpperTolerance() throws NXException, RemoteException
NXException
RemoteException
void setOutputUpperTolerance(boolean newValue) throws NXException, RemoteException
newValue
- NXException
RemoteException
boolean outputNullBandTolerance() throws NXException, RemoteException
NXException
RemoteException
void setOutputNullBandTolerance(boolean newValue) throws NXException, RemoteException
newValue
- NXException
RemoteException
double tolerance() throws NXException, RemoteException
NXException
RemoteException
void setTolerance(double tolerance) throws NXException, RemoteException
tolerance
- NXException
RemoteException
double cylTolerance() throws NXException, RemoteException
NXException
RemoteException
void setCylTolerance(double cylTolerance) throws NXException, RemoteException
cylTolerance
- NXException
RemoteException
double upperTolerance() throws NXException, RemoteException
NXException
RemoteException
void setUpperTolerance(double upperTolerance) throws NXException, RemoteException
upperTolerance
- NXException
RemoteException
double nullBandTolerance() throws NXException, RemoteException
NXException
RemoteException
void setNullBandTolerance(double nullBandTolerance) throws NXException, RemoteException
nullBandTolerance
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.