Library | Module

Interface IpfcDisplayList3D



Description

The three-dimensional Display List

To make your 3D graphics permanent create this object and place your graphics calls in its listener.
Direct Parent Classes:
IpfcActionSource, IpfcChild



Method Summary

SubDelete ()
Deletes the DisplayList3D from the session, so it will no longer update during repaints.
SubDisplay (Transform as IpfcTransform3D)
Displays the DisplayList3D using the specified transformation matrix



Method Detail


SubDelete ()

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.





SubDisplay (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.


Parameters:
Transform
The transformation matrix to be used with the display list