pythonocc-demos
pythonocc-demos copied to clipboard
No text in 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 ?