tpaviot / pythonocc-demos

Examples and demos for the pythonocc CAD package
216 stars 115 forks source link

DisplayMessage Does not work at example Core_Geometry_axis.py #37

Open karimnorouzi opened 3 years ago

karimnorouzi commented 3 years ago

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 ?