Library | Package Java Toolkit

Interface DimTolLimits

package com.ptc.pfc.pfcDimension;

public interface DimTolLimits
  extends com.ptc.pfc.pfcDimension.DimTolerance



Description

This class displays the limits for the dimension tolerance, for example, a dimension with upper limit of 50.1 and a lower limit of 49.9.



Method Summary
doubleGetLowerLimit ()
    Get method for attribute "LowerLimit"
    The lower limit of the tolerance
doubleGetUpperLimit ()
    Get method for attribute "UpperLimit"
    The upper limit of the tolerance
voidSetLowerLimit (double value)
    Set method for attribute "LowerLimit"
    The lower limit of the tolerance
voidSetUpperLimit (double value)
    Set method for attribute "UpperLimit"
    The upper limit of the tolerance

Methods Inherited from Interface com.ptc.pfc.pfcDimension.DimTolerance
GetType

Method Detail

GetUpperLimit/SetUpperLimit

doubleGetUpperLimit ()
voidSetUpperLimit (double value)


    The upper limit of the tolerance



GetLowerLimit/SetLowerLimit

doubleGetLowerLimit ()
voidSetLowerLimit (double value)


    The lower limit of the tolerance