Library | Module

Interface IpfcDisplayListener



Description

The Listener that is responsible for drawing the Displaylists on screen

This is the user display function that gets called when you create a display list.
Direct Parent Classes:
IpfcActionListener



Method Summary

SubOnDisplay (Display as IpfcDisplay)
This method is called when a IpfcDisplayList2D and IpfcDisplayList3D needs to be repainted by Creo Parametric



Method Detail


SubOnDisplay (Display as IpfcDisplay)

This method is called when a IpfcDisplayList2D and IpfcDisplayList3D needs to be repainted by Creo Parametric

This method must be supplied by the developer.
Parameters:
Display
The current display object, used to call graphics related methods.