API Documentation > Interfaces > Interface TableRetrieveInstructions
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:
User Guide References:
Method Summary
String
Get method for attribute "FileName"
Name, excluding the extension.
/*optional*/ String
Get method for attribute "Path"
Path to the table file, ornull, if the file is in the working directory.
Get method for attribute "Position"
The position for the retrieved table.
/*optional*/ SimpRep
Get method for attribute "ReferenceRep"
The simplified representation to use when copying data in the table. Ifnull, the master representation of the reference solid will be used.
/*optional*/ Solid
Get method for attribute "ReferenceSolid"
The solid model from which to copy data into the table. Ifnull, the table will not use any solid model data.
/*optional*/ Integer
Get method for attribute "Version"
The file version, ornull, for the latest file.
void
SetFileName (String value)
Set method for attribute "FileName"
Name, excluding the extension.
void
SetPath ( /*optional*/ String value)
Set method for attribute "Path"
Path to the table file, ornull, if the file is in the working directory.
void
Set method for attribute "Position"
The position for the retrieved table.
void
SetReferenceRep ( /*optional*/ SimpRep value)
Set method for attribute "ReferenceRep"
The simplified representation to use when copying data in the table. Ifnull, the master representation of the reference solid will be used.
void
SetReferenceSolid ( /*optional*/ Solid value)
Set method for attribute "ReferenceSolid"
The solid model from which to copy data into the table. Ifnull, the table will not use any solid model data.
void
SetVersion ( /*optional*/ Integer value)
Set method for attribute "Version"
The file version, ornull, for the latest file.
Method Detail
GetFileName
String
GetFileName
()
SetFileName
void
SetFileName
(String value)
Name, excluding the extension.
User Guide References:
GetPath
/*optional*/ String
GetPath
()
SetPath
void
SetPath
( /*optional*/ String value)
Path to the table file, or null, if the file is in the working directory.
User Guide References:
GetVersion
/*optional*/ Integer
GetVersion
()
SetVersion
void
SetVersion
( /*optional*/ Integer value)
The file version, or null, for the latest file.
User Guide References:
GetPosition
GetPosition
()
SetPosition
void
SetPosition
(Point3D value)
The position for the retrieved table.
User Guide References:
GetReferenceSolid
/*optional*/ Solid
GetReferenceSolid
()
SetReferenceSolid
void
SetReferenceSolid
( /*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.
User Guide References:
GetReferenceRep
/*optional*/ SimpRep
GetReferenceRep
()
SetReferenceRep
void
SetReferenceRep
( /*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.
User Guide References:
Was this helpful?