Library | Package Java Toolkit

Interface DimTolPlusMinus

package com.ptc.pfc.pfcDimension;

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



Description

This class displays the dimension tolerance in the form +plus value and -minus value.



Method Summary
doubleGetMinus ()
    Get method for attribute "Minus"
    The tolerance amount below the nominal value
doubleGetPlus ()
    Get method for attribute "Plus"
    The tolerance amount above the nominal value
voidSetMinus (double value)
    Set method for attribute "Minus"
    The tolerance amount below the nominal value
voidSetPlus (double value)
    Set method for attribute "Plus"
    The tolerance amount above the nominal value

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

Method Detail

GetPlus/SetPlus

doubleGetPlus ()
voidSetPlus (double value)


    The tolerance amount above the nominal value



GetMinus/SetMinus

doubleGetMinus ()
voidSetMinus (double value)


    The tolerance amount below the nominal value