DiscussionsIssue archiveOther usage issues

Archived discussion

OCAF TDF_Data display

Other usage issuesTue, 09/28/2010 - 08:591 reply

Browse this forum
QuestionAuthor

I've written an example ~100 line program that is supposed to display a plane added to the framework. The problem is it will not display. An AIS_Plane does display fine. I'm missing a step somewhere but I can't figure out where. I've attached the code and pasted it here:

http://paste.lisp.org/display/114976

Any hints would be appreciated.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi,
Use after prs->Display();
next code
TPrsStd_AISViewer::Update(xyPlaneLabel);
It should help.
Regards
Commenter-1