public interface AngularTolerance extends TransientObject
Modifier and Type | Method and Description |
---|---|
int |
dimensionDecimalPlaces()
Returns the number of decimal places for dimension
License requirements: None. |
Value |
getLowerToleranceDegrees()
Returns the lower tolerance in degrees
License requirements: None. |
Value |
getUpperToleranceDegrees()
Returns the upper tolerance in degrees
License requirements: None. |
void |
setDimensionDecimalPlaces(int dimensionDecimalPlaces)
Sets the number of decimal places for dimension
License requirements: None. |
void |
setLowerToleranceDegrees(Value lowerToleranceDegrees)
Sets the lower tolerance in degrees
License requirements: None. |
void |
setToleranceType(ToleranceType type)
Sets the tolerance type
License requirements: None. |
void |
setUpperToleranceDegrees(Value upperToleranceDegrees)
Sets the upper tolerance in degrees
License requirements: None. |
void |
setZeroToleranceDisplayStyle(ZeroToleranceDisplayStyle zeroDisplayStyle)
License requirements: None. |
ToleranceType |
toleranceType()
Returns the tolerance type
License requirements: None. |
ZeroToleranceDisplayStyle |
zeroToleranceDisplayStyle()
Returns the zero tolerance display style
License requirements: None. |
_value, dispose, printTestData, printTestData
ToleranceType toleranceType() throws NXException, RemoteException
NXException
RemoteException
void setToleranceType(ToleranceType type) throws NXException, RemoteException
type
- New tolerance typeNXException
RemoteException
Value getUpperToleranceDegrees() throws NXException, RemoteException
NXException
RemoteException
void setUpperToleranceDegrees(Value upperToleranceDegrees) throws NXException, RemoteException
upperToleranceDegrees
- New upper tolerance in degreesNXException
RemoteException
Value getLowerToleranceDegrees() throws NXException, RemoteException
NXException
RemoteException
void setLowerToleranceDegrees(Value lowerToleranceDegrees) throws NXException, RemoteException
lowerToleranceDegrees
- New lower tolerance in degreesNXException
RemoteException
int dimensionDecimalPlaces() throws NXException, RemoteException
NXException
RemoteException
void setDimensionDecimalPlaces(int dimensionDecimalPlaces) throws NXException, RemoteException
dimensionDecimalPlaces
- New number of dimension decimal placesNXException
RemoteException
ZeroToleranceDisplayStyle zeroToleranceDisplayStyle() throws NXException, RemoteException
NXException
RemoteException
void setZeroToleranceDisplayStyle(ZeroToleranceDisplayStyle zeroDisplayStyle) throws NXException, RemoteException
zeroDisplayStyle
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.