pythonocc-demos
pythonocc-demos copied to clipboard
DisplayMessage Does not work at example Core_Geometry_axis.py
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 ?