Importing Packages
To use pfc code in your application you must import the necessary packages. Import each class or package with a statement similar to the following:
For the Parameter class only:
import com.ptc.pfc.pfcModelItem.Parameter;
For the package pfcBase (all classes):
import com.ptc.pfc.pfcBase.*;
You might also need to import the methods in com.ptc.cipjava, which contains the underlying Creo Object TOOLKIT Java structure, including exceptions and certain sequences.. Use the following statement:
import com.ptc.cipjava.*;