1 """This package defines the Parametric Geometry API of the Modeler.
3 All features are available via model.add*() functions. Exceptions are:
4 - exportToFile() - from Exchange plugin
5 - duplicatePart(), removePart() - from PartSet plugin
6 - exportToGEOM() - from Connection plugin
9 # General purpose functions and abstract root classes
11 from services import *
13 from tools import Selection
17 from sketcher import *
18 from connection import *
19 from construction import *
20 from exchange import *
21 from features import *
22 from parameter import *
27 from errors import WrongNumberOfArguments
28 from errors import FeatureInputInvalid