Salome HOME
Fix for the issue #910: never fully remove the results, just make them disabled when...
[modules/shaper.git] / src / GeomDataAPI / Test / TestConstants.py
1 #===============================================================================
2 # Test GeomDataAPI static methods
3 #===============================================================================
4 from GeomDataAPI import *
5 assert (GeomDataAPI_Point.typeId() == "Point")
6 assert (GeomDataAPI_Dir.typeId() == "Dir")  
7 assert (GeomDataAPI_Point2D.typeId() == "Point2D")