Salome HOME
Preparations for Split operation. It includes:
[modules/shaper.git] / src / ModelGeomAlgo / Test / TestPoint2D.py
1 """
2       TestPoint2D.py
3       Unit test for testing the Point2D algorithms
4
5 """
6 #=========================================================================
7 # Initialization of the test
8 #=========================================================================
9 from ModelAPI import *
10 from GeomDataAPI import *
11 from GeomAlgoAPI import *
12 from GeomAPI import *
13 from ModelGeomAlgo import *
14
15 __updated__ = "2016-07-20"
16
17 aSession = ModelAPI_Session.get()