Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
[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")