Library | Module

Class pfcTableRetrieveInstructions



Description

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



Property Summary

stringFileName
Name, excluding the extension.
/* optional */ stringPath
Path to the table file, or null, if the file is in the working directory.
pfcPoint3DPosition
The position for the retrieved table.
/* optional */ pfcSimpRepReferenceRep
The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
/* optional */ pfcSolidReferenceSolid
The solid model from which to copy data into the table. If null, the table will not use any solid model data.
/* optional */ numberVersion
The file version, or null, for the latest file.



Method Summary

static pfcTableRetrieveInstructionsCreate (string FileName, pfcPoint3D Position)
Creates a data object containing instructions to retrieve a drawing table.
Pass this function to pfcTableOwner.RetrieveTable(). or pfcTableOwner.RetrieveTableByOrigin().



Property Detail


stringFileName

Name, excluding the extension.




/* optional */ stringPath

Path to the table file, or null, if the file is in the working directory.




pfcPoint3DPosition

The position for the retrieved table.




/* optional */ pfcSimpRepReferenceRep

The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.




/* optional */ pfcSolidReferenceSolid

The solid model from which to copy data into the table. If null, the table will not use any solid model data.




/* optional */ numberVersion

The file version, or null, for the latest file.





Method Detail


static pfcTableRetrieveInstructionsCreate (string FileName, pfcPoint3D Position)

Creates a data object containing instructions to retrieve a drawing table.
Pass this function to pfcTableOwner.RetrieveTable(). or pfcTableOwner.RetrieveTableByOrigin().
Parameters:
FileName
The name of the table file.
Position
The location for the retrieved table.
Returns:
The created data object.