]> SALOME platform Git repositories - modules/shaper.git/blob - src/PythonAPI/model/__init__.py
Salome HOME
Add parameter feature without tests.
[modules/shaper.git] / src / PythonAPI / model / __init__.py
1 """This package defines the Parametric Geometry API of the Modeler.
2 """
3
4 # General purpose functions and abstract root classes
5
6 from services  import *
7 from roots     import *
8
9 # Built-in features
10
11 from part      import Part            as addPart
12 from sketcher.sketch  import addSketch
13 from construction import *
14 from features import *
15 from parameter import *
16
17 # Custom exceptions
18
19 from errors import WrongNumberOfArguments
20 from errors import FeatureInputInvalid