Library | Package Java Toolkit

Interface TableRetrieveInstructions

package com.ptc.pfc.pfcTable;

public interface TableRetrieveInstructions
  extends jxobject



Description

This interface contains information needed to retrieve a table from disk.
See Also:
TableOwner.RetrieveTable(TableRetrieveInstructions), TableOwner.RetrieveTableByOrigin(TableRetrieveInstructions)



Method Summary
StringGetFileName ()
    Get method for attribute "FileName"
    Name, excluding the extension.
/*optional*/ StringGetPath ()
    Get method for attribute "Path"
    Path to the table file, or null, if the file is in the working directory.
Point3DGetPosition ()
    Get method for attribute "Position"
    The position for the retrieved table.
/*optional*/ SimpRepGetReferenceRep ()
    Get method for attribute "ReferenceRep"
    The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
/*optional*/ SolidGetReferenceSolid ()
    Get method for attribute "ReferenceSolid"
    The solid model from which to copy data into the table. If null, the table will not use any solid model data.
/*optional*/ IntegerGetVersion ()
    Get method for attribute "Version"
    The file version, or null, for the latest file.
voidSetFileName (String value)
    Set method for attribute "FileName"
    Name, excluding the extension.
voidSetPath ( /*optional*/ String value)
    Set method for attribute "Path"
    Path to the table file, or null, if the file is in the working directory.
voidSetPosition (Point3D value)
    Set method for attribute "Position"
    The position for the retrieved table.
voidSetReferenceRep ( /*optional*/ SimpRep value)
    Set method for attribute "ReferenceRep"
    The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
voidSetReferenceSolid ( /*optional*/ Solid value)
    Set method for attribute "ReferenceSolid"
    The solid model from which to copy data into the table. If null, the table will not use any solid model data.
voidSetVersion ( /*optional*/ Integer value)
    Set method for attribute "Version"
    The file version, or null, for the latest file.

Method Detail

GetFileName/SetFileName

StringGetFileName ()
voidSetFileName (String value)


    Name, excluding the extension.
Manual References:
Drawings: Retrieving Drawing Tables, Drawings: Retrieving Drawing Tables



GetPath/SetPath

/*optional*/ StringGetPath ()
voidSetPath ( /*optional*/ String value)


    Path to the table file, or null, if the file is in the working directory.
Manual References:
Drawings: Retrieving Drawing Tables, Drawings: Retrieving Drawing Tables



GetVersion/SetVersion

/*optional*/ IntegerGetVersion ()
voidSetVersion ( /*optional*/ Integer value)


    The file version, or null, for the latest file.
Manual References:
Drawings: Retrieving Drawing Tables, Drawings: Retrieving Drawing Tables



GetPosition/SetPosition

Point3DGetPosition ()
voidSetPosition (Point3D value)


    The position for the retrieved table.
Manual References:
Drawings: Retrieving Drawing Tables, Drawings: Retrieving Drawing Tables



GetReferenceSolid/SetReferenceSolid

/*optional*/ SolidGetReferenceSolid ()
voidSetReferenceSolid ( /*optional*/ Solid value)


    The solid model from which to copy data into the table. If null, the table will not use any solid model data.
Manual References:
Drawings: Retrieving Drawing Tables, Drawings: Retrieving Drawing Tables



GetReferenceRep/SetReferenceRep

/*optional*/ SimpRepGetReferenceRep ()
voidSetReferenceRep ( /*optional*/ SimpRep value)


    The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
Manual References:
Drawings: Retrieving Drawing Tables, Drawings: Retrieving Drawing Tables