| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ DimTolerance | GetTolerance
()
Get method for attribute "Tolerance" The dimension tolerance |
| boolean | IsReference
()
|
| void | SetTolerance
(
/*optional*/
DimTolerance value)
Set method for attribute "Tolerance" The dimension tolerance |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.BaseParameter |
|---|
| GetValue, SetValue, GetIsDesignated, SetIsDesignated, GetIsRelationDriven, GetIsModified, ResetFromBackup |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.pfc.pfcDimension.BaseDimension |
|---|
| GetDimValue, SetDimValue, GetDimType, GetSymbol, SetSymbol, GetTexts, SetTexts, GetExtendsInNegativeDirection, Show, Erase |
| Method Detail |
|---|
| GetTolerance/SetTolerance |
|---|
| /*optional*/ DimTolerance | GetTolerance | () |
| void | SetTolerance | ( /*optional*/ DimTolerance value) |
| The dimension tolerance A null value specifies a nominal tolerance. Exceptions thrown (but not limited to): XToolkitNotFound - This means either:
XToolkitBadContext - This means either:
XToolkitCantModify - The model is locked and cannot be modified. XToolkitCantAccess - The table was valid but could not be accessed because it had not yet been loaded.
|
| IsReference |
|---|
| boolean | IsReference | () |
|