| Library | Module | Frames | Expand |
| Sub | Delete () | |
| Deletes the DisplayList3D from the session, so it will no longer update during repaints. | ||
| Sub | Display (Transform as IpfcTransform3D) | |
| Displays the DisplayList3D using the specified transformation matrix | ||
| Sub | Delete | () |
|
Deletes the DisplayList3D from the session, so it will no longer update during repaints. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function could not find a display list with the specified identifier. |
| Sub | Display | (Transform as IpfcTransform3D) |
|
Displays the DisplayList3D using the specified transformation matrix Exceptions thrown (but not limited to): IpfcXToolkitNotExist - The display list is empty. IpfcXToolkitNotFound - The function could not find a display list with the specified identifier. IpfcXToolkitCantOpen - The use of display lists is disabled. IpfcXToolkitAbort - The display was aborted. IpfcXToolkitNotValid - The specified display list is invalid. IpfcXToolkitInvalidItem - There is an invalid item in the display list.
|