Salome HOME
Add Connection plugin without tests.
[modules/shaper.git] / src / PythonAPI / model / __init__.py
index a73f32e795d6bb21ff5abb35ce9c0ad051368f9a..fff3117224239a9d009053ff0d03a6f4d02a417d 100644 (file)
@@ -1,4 +1,9 @@
 """This package defines the Parametric Geometry API of the Modeler.
+
+All features are available via model.add*() functions. Exceptions are:
+- exportToFile() - from Exchange plugin
+- duplicatePart(), removePart() - from PartSet plugin
+- exportToGEOM() - from Connection plugin
 """
 
 # General purpose functions and abstract root classes