Salome HOME
2af03aba1ef9cb28edc1b8b645aa1337c8f33b08
[modules/shaper.git] / 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")