Library | Module

Interface IpfcTableRetrieveInstructions



Description

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



Property Summary

PropertyFileNameas String
Name, excluding the extension.
PropertyPathas String [optional]
Path to the table file, or null, if the file is in the working directory.
PropertyPositionas IpfcPoint3D
The position for the retrieved table.
PropertyReferenceRepas IpfcSimpRep [optional]
The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used.
PropertyReferenceSolidas IpfcSolid [optional]
The solid model from which to copy data into the table. If null, the table will not use any solid model data.
PropertyVersionas Long [optional]
The file version, or null, for the latest file.



Method Summary

FunctionCCpfcTableRetrieveInstructions.Create (FileName as String, Position as IpfcPoint3D) as IpfcTableRetrieveInstructions
Creates a data object containing instructions to retrieve a drawing table.
Pass this function to IpfcTableOwner.RetrieveTable(). or IpfcTableOwner.RetrieveTableByOrigin().



Property Detail


PropertyFileNameas String

Name, excluding the extension.




PropertyPathas String [optional]

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




PropertyPositionas IpfcPoint3D

The position for the retrieved table.




PropertyReferenceRepas IpfcSimpRep [optional]

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




PropertyReferenceSolidas IpfcSolid [optional]

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




PropertyVersionas Long [optional]

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





Method Detail


FunctionCCpfcTableRetrieveInstructions.Create (FileName as String, Position as IpfcPoint3D) as IpfcTableRetrieveInstructions

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