Data Structures | |
| class | GeomStudyTools |
| This class provides several methods to manipulate geom objects in Salome study. More... | |
Namespaces | |
| namespace | geomtools |
Functions | |
| def | getGeompy |
| Return an object behaving exactly like geompy module, except that it is associated with the study studyId. More... | |
| def | TEST_createBox |
| def | TEST_getGeomObjectSelected |
| def | TEST_createAndDeleteShape |
| This test is a simple use case that illustrates how to create a GEOM shape in a SALOME session (create the GEOM object, put in in the study, and display the shape in a viewer) and delete a shape from a SALOME session (erase the shape from the viewer, delete the entry from the study, and finally destroy the underlying GEOM object). More... | |
Variables | |
| GEOM = None | |
| tuple | logger = Logger("salome.geom.geomtools", color = termcolor.RED) |
| dictionary | _geompys = {} |
| int | ModeWireFrame = 0 |
| int | ModeShading = 1 |
| DisplayMode = ModeShading | |
| list | PreviewColor = [236,163,255] |