Version: 9.15.0
Home
geomtools - Tools to access GEOM engine and objects

Data Structures

class  GeomStudyTools
 This class provides several methods to manipulate geom objects in Salome study. More...
 

Functions

def getGeompy ()
 Return an object behaving exactly like geompy module. More...
 
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...
 

Detailed Description

This module provides tools to facilitate the use of geom engine and geom objects in Salome.

Function Documentation

◆ getGeompy()

def geomtools.getGeompy ( )

Return an object behaving exactly like geompy module.

◆ TEST_createAndDeleteShape()

def geomtools.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).

References getGeompy().