Library | Package Java Toolkit

Interface Dimension

package com.ptc.pfc.pfcDimension;

public interface Dimension
  extends com.ptc.pfc.pfcDimension.BaseDimension



Description

This class describes a dimension.
Direct Known Subclasses:
WDimension



Method Summary
/*optional*/ DimToleranceGetTolerance ()
    Get method for attribute "Tolerance"
    The dimension tolerance
booleanIsReference ()
     
voidSetTolerance ( /*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*/ DimToleranceGetTolerance ()
voidSetTolerance ( /*optional*/ DimTolerance value)


    The dimension tolerance

A null value specifies a nominal tolerance.

Exceptions thrown (but not limited to):

XToolkitNotFound - This means either:

  • There was no tolerance label, OR
  • There was no corresponding tolerance table.

XToolkitBadContext - This means either:

  • The model is not in the ISO/DIN standard, OR
  • The input dimension is reference, OR
  • The dimension has no tolerance (a driven dim) or the model is not in the ISO/DIN standard.

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.


Manual References:
Dimensions and Parameters: Dimension Tolerances, Dimensions and Parameters: Dimension Tolerances, Dimensions and Parameters: Dimension Tolerances, Dimensions and Parameters: Dimension Tolerances



IsReference

booleanIsReference ()


     
Returns: