pythonocc-demos icon indicating copy to clipboard operation
pythonocc-demos copied to clipboard

DisplayMessage Does not work at example Core_Geometry_axis.py

Open karimnorouzi opened this issue 4 years ago • 0 comments

As I understand it, displayMessage should display text. But in the example program, core_geometery_axis.py no text is being displayed by lines:

display.DisplayMessage(p1, "P1")
display.DisplayMessage(p2, "P2")

Maybe some arguments are missing ?

karimnorouzi avatar Jan 08 '21 16:01 karimnorouzi