| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Delete
()
Deletes the DisplayList3D from the session, so it will no longer update during repaints. |
| void | Display
(Transform3D Transform)
Displays the DisplayList3D using the specified transformation matrix |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| Display |
|---|
| void | Display | (Transform3D Transform) |
| Displays the DisplayList3D using the specified transformation matrix
Exceptions thrown (but not limited to): XToolkitNotExist - The display list is empty. XToolkitNotFound - The function could not find a display list with the specified identifier. XToolkitCantOpen - The use of display lists is disabled. XToolkitAbort - The display was aborted. XToolkitNotValid - The specified display list is invalid. XToolkitInvalidItem - There is an invalid item in the display list.
|
| Delete |
|---|
| void | Delete | () |
| Deletes the DisplayList3D from the session, so it will no longer update during repaints.
Exceptions thrown (but not limited to): XToolkitNotFound - The function could not find a display list with the specified identifier.
|