| Library | Module | Frames | Expand |
| Property | FileName | as String |
| Name, excluding the extension. | ||
| Property | Path | as String [optional] |
| Path to the table file, or null, if the file is in the working directory. | ||
| Property | Position | as IpfcPoint3D |
| The position for the retrieved table. | ||
| Property | ReferenceRep | as 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. | ||
| Property | ReferenceSolid | as IpfcSolid [optional] |
| The solid model from which to copy data into the table. If null, the table will not use any solid model data. | ||
| Property | Version | as Long [optional] |
| The file version, or null, for the latest file. | ||
| Function | CCpfcTableRetrieveInstructions.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 | FileName | as String |
|
Name, excluding the extension. |
| Property | Path | as String [optional] |
|
Path to the table file, or null, if the file is in the working directory. |
| Property | Position | as IpfcPoint3D |
|
The position for the retrieved table. |
| Property | ReferenceRep | as 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. |
| Property | ReferenceSolid | as IpfcSolid [optional] |
|
The solid model from which to copy data into the table. If null, the table will not use any solid model data. |
| Property | Version | as Long [optional] |
|
The file version, or null, for the latest file. |
| Function | CCpfcTableRetrieveInstructions.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().
|