Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
GEOM_Gen Interface Reference

Interface to access other GEOM interfaces. More...

import "GEOM_Gen.idl";

Public Member Functions

void Undo (in long theStudyID)
 Undo/Redo Management. More...
 
void Redo (in long theStudyID)
 
SALOMEDS::SObject AddInStudy (in SALOMEDS::Study theStudy, in GEOM_BaseObject theObject, in string theName, in GEOM_BaseObject theFather)
 Publishing management. More...
 
ListOfGO RestoreSubShapesO (in SALOMEDS::Study theStudy, in GEOM_Object theObject, in ListOfGO theArgs, in find_shape_method theFindMethod, in boolean theInheritFirstArg, in boolean theAddPrefix)
 Publish sub-shapes, standing for arguments and sub-shapes of arguments. More...
 
ListOfGO RestoreGivenSubShapesO (in SALOMEDS::Study theStudy, in GEOM_Object theObject, in ListOfGO theArgs, in find_shape_method theFindMethod, in boolean theInheritFirstArg, in boolean theAddPrefix)
 Publish sub-shapes, standing for arguments and sub-shapes of arguments. More...
 
ListOfGO RestoreSubShapesSO (in SALOMEDS::Study theStudy, in SALOMEDS::SObject theSObject, in ListOfGO theArgs, in find_shape_method theFindMethod, in boolean theInheritFirstArg, in boolean theAddPrefix)
 Publish sub-shapes, standing for arguments and sub-shapes of arguments. More...
 
GEOM_IBasicOperations GetIBasicOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_ITransformOperations GetITransformOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_I3DPrimOperations GetI3DPrimOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IShapesOperations GetIShapesOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IBooleanOperations GetIBooleanOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_ICurvesOperations GetICurvesOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_ILocalOperations GetILocalOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IHealingOperations GetIHealingOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IInsertOperations GetIInsertOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IMeasureOperations GetIMeasureOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IBlocksOperations GetIBlocksOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IGroupOperations GetIGroupOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IFieldOperations GetIFieldOperations (in long theStudyID) raises (SALOME::SALOME_Exception)
 
GEOM_IOperations GetPluginOperations (in long theStudyID, in string theLibName) raises (SALOME::SALOME_Exception)
 
void RemoveObject (in GEOM_BaseObject theObject)
 Removes the object from the GEOM component. More...
 
GEOM_BaseObject GetObject (in long theStudyID, in string theEntry)
 Returns an object defined by the study and its entry in the GEOM component. More...
 
GEOM_Object AddSubShape (in GEOM_Object theMainShape, in ListOfLong theIndices)
 Add a sub-shape defined by indices in theIndices (contains unique IDs of sub-shapes inside theMainShape) More...
 
GEOM_Object GetIORFromString (in string theIOR)
 Returns a GEOM_Object defined by its IOR. More...
 
string GetStringFromIOR (in GEOM_Object theObject)
 Returns a string which contains an IOR of the GEOM_Object. More...
 
string GetDumpName (in string theStudyEntry)
 Returns a name with which a GEOM_Object was dumped into python script. More...
 
string_array GetAllDumpNames ()
 Returns all names with which a GEOM_Object was dumped into python script to avoid the same names in SMESH script. More...
 
ListOfGO PublishNamedShapesInStudy (in SALOMEDS::Study theStudy, in Object theObject)
 Publishes the named sub-shapes of given object in the study. More...
 
SALOMEDS::SObject CreateFolder (in string theName, in SALOMEDS::SObject theFather)
 Creates a new folder. More...
 
void MoveToFolder (in GEOM_Object theObject, in SALOMEDS::SObject theFolder)
 Moves object to the specified folder. More...
 
void MoveListToFolder (in ListOfGO theListOfGO, in SALOMEDS::SObject theFolder)
 Moves list of objects to the specified folder. More...
 
void Move (in object_list what, in SALOMEDS::SObject where, in long row)
 Moves objects to the specified position. More...
 
SALOMEDS::TMPFile GetDependencyTree (in SALOMEDS::Study theStudy, in string_array theListOfEntries)
 Collects dependencies of the given objects from other ones. More...
 
void GetEntriesToReduceStudy (in SALOMEDS::Study theStudy, inout string_array theSelectedEntries, inout string_array theParentEntries, inout string_array theSubEntries, inout string_array theOtherEntries)
 Fills 3 lists that is used to reduce study of redundant objects: More...
 

Detailed Description

Interface to access other GEOM interfaces.

Also contains some methods to access and manage GEOM_Object.

Member Function Documentation

void Undo ( in long  theStudyID)

Undo/Redo Management.

void Redo ( in long  theStudyID)
SALOMEDS::SObject AddInStudy ( in SALOMEDS::Study  theStudy,
in GEOM_BaseObject  theObject,
in string  theName,
in GEOM_BaseObject  theFather 
)

Publishing management.

Adds in theStudy a object theObject under with a name theName, if theFather is not NULL the object is placed under thFather's SObject. Returns a SObject where theObject is placed

ListOfGO RestoreSubShapesO ( in SALOMEDS::Study  theStudy,
in GEOM_Object  theObject,
in ListOfGO  theArgs,
in find_shape_method  theFindMethod,
in boolean  theInheritFirstArg,
in boolean  theAddPrefix 
)

Publish sub-shapes, standing for arguments and sub-shapes of arguments.

To be used from python scripts out of geompy.addToStudy (non-default usage)

Parameters
theStudythe study, in which theObject is published already, and in which the arguments will be published
theObjectpublished GEOM_Object, arguments of which will be published
theArgslist of GEOM_Object, operation arguments to be published. If this list is empty, all operation arguments will be published
theFindMethodmethod to search sub-shapes, corresponding to arguments and their sub-shapes. Value from enumeration GEOM::find_shape_method.
theInheritFirstArgset properties of the first argument for theObject. Do not publish sub-shapes in place of arguments, but only in place of sub-shapes of the first argument, because the whole shape corresponds to the first argument. Mainly to be used after transformations, but it also can be usefull after partition with one object shape, and some other operations, where only the first argument has to be considered. If theObject has only one argument shape, this flag is automatically considered as True, not regarding really passed value.
theAddPrefixadd prefix "from_" to names of restored sub-shapes, and prefix "from_subshapes_of_" to names of partially restored sub-shapes.
Returns
list of published sub-shapes
ListOfGO RestoreGivenSubShapesO ( in SALOMEDS::Study  theStudy,
in GEOM_Object  theObject,
in ListOfGO  theArgs,
in find_shape_method  theFindMethod,
in boolean  theInheritFirstArg,
in boolean  theAddPrefix 
)

Publish sub-shapes, standing for arguments and sub-shapes of arguments.

To be used from python scripts out of geompy.addToStudy (non-default usage)

Parameters
theStudythe study, in which theObject is published already, and in which the arguments will be published
theObjectpublished GEOM_Object, arguments of which will be published
theArgslist of GEOM_Object, operation arguments to be published. If this list is empty, all operation arguments will be published
theFindMethodmethod to search sub-shapes, corresponding to arguments and their sub-shapes. Value from enumeration GEOM::find_shape_method.
theInheritFirstArgset properties of the first argument for theObject. Do not publish sub-shapes in place of arguments, but only in place of sub-shapes of the first argument, because the whole shape corresponds to the first argument. Mainly to be used after transformations, but it also can be usefull after partition with one object shape, and some other operations, where only the first argument has to be considered. If theObject has only one argument shape, this flag is automatically considered as True, not regarding really passed value.
theAddPrefixadd prefix "from_" to names of restored sub-shapes, and prefix "from_subshapes_of_" to names of partially restored sub-shapes.
Returns
list of published sub-shapes
ListOfGO RestoreSubShapesSO ( in SALOMEDS::Study  theStudy,
in SALOMEDS::SObject  theSObject,
in ListOfGO  theArgs,
in find_shape_method  theFindMethod,
in boolean  theInheritFirstArg,
in boolean  theAddPrefix 
)

Publish sub-shapes, standing for arguments and sub-shapes of arguments.

To be used from GUI and from geompy.addToStudy. Work like the above method, but accepts study object theSObject instead of GEOM_Object.

Parameters
theStudythe study, in which theObject is published already, and in which the arguments will be published
theSObjectstudy object, referencing GEOM_Object, arguments of which will be published
theArgslist of GEOM_Object, operation arguments to be published. If this list is empty, all operation arguments will be published
theFindMethodmethod to search sub-shapes, corresponding to arguments and their sub-shapes. Value from enumeration GEOM::find_shape_method.
theInheritFirstArgset properties of the first argument for theObject. Do not publish sub-shapes in place of arguments, but only in place of sub-shapes of the first argument, because the whole shape corresponds to the first argument. Mainly to be used after transformations, but it also can be usefull after partition with one object shape, and some other operations, where only the first argument has to be considered. If theObject has only one argument shape, this flag is automatically considered as True, not regarding really passed value.
theAddPrefixadd prefix "from_" to names of restored sub-shapes, and prefix "from_subshapes_of_" to names of partially restored sub-shapes.
GEOM_IBasicOperations GetIBasicOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_ITransformOperations GetITransformOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_I3DPrimOperations GetI3DPrimOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IShapesOperations GetIShapesOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IBooleanOperations GetIBooleanOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_ICurvesOperations GetICurvesOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_ILocalOperations GetILocalOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IHealingOperations GetIHealingOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IInsertOperations GetIInsertOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IMeasureOperations GetIMeasureOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IBlocksOperations GetIBlocksOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IGroupOperations GetIGroupOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IFieldOperations GetIFieldOperations ( in long  theStudyID) raises (SALOME::SALOME_Exception)
GEOM_IOperations GetPluginOperations ( in long  theStudyID,
in string  theLibName 
) raises (SALOME::SALOME_Exception)
void RemoveObject ( in GEOM_BaseObject  theObject)

Removes the object from the GEOM component.

Parameters
theObjectis a GEOM_Object to be removed
GEOM_BaseObject GetObject ( in long  theStudyID,
in string  theEntry 
)

Returns an object defined by the study and its entry in the GEOM component.

Parameters
theStudyIDis a SALOMEDS Study ID
theEntryis an entry of the requested GEOM_Object in the GEOM component
Note
if the object has not previously been created a NULL GEOM_Object is returned
GEOM_Object AddSubShape ( in GEOM_Object  theMainShape,
in ListOfLong  theIndices 
)

Add a sub-shape defined by indices in theIndices (contains unique IDs of sub-shapes inside theMainShape)

Note
The sub-shape GEOM_Object can has ONLY ONE function. Don't try to apply modification operations on them.
Internal method
GEOM_Object GetIORFromString ( in string  theIOR)

Returns a GEOM_Object defined by its IOR.

Parameters
theIORa string containg an IOR of the requested GEOM_Object
string GetStringFromIOR ( in GEOM_Object  theObject)

Returns a string which contains an IOR of the GEOM_Object.

Parameters
theObjectis a GEOM_Object which IOR is requested
string GetDumpName ( in string  theStudyEntry)

Returns a name with which a GEOM_Object was dumped into python script.

Parameters
theStudyEntryis an entry of the GEOM_Object in the study
string_array GetAllDumpNames ( )

Returns all names with which a GEOM_Object was dumped into python script to avoid the same names in SMESH script.

ListOfGO PublishNamedShapesInStudy ( in SALOMEDS::Study  theStudy,
in Object  theObject 
)

Publishes the named sub-shapes of given object in the study.

Parameters
theStudyThe study in which the object is published
theObjectThe object which named sub-shapes are published
SALOMEDS::SObject CreateFolder ( in string  theName,
in SALOMEDS::SObject  theFather 
)

Creates a new folder.

Creates a new container (folder) for any GEOM objects. Folder will have name theName. If theFather is not NULL, the folder is placed under theFather object. Otherwise, the folder takes place under root 'Geometry' object.

Parameters
theNamename of the folder
theFatherparent object
Returns
SObject represented the created folder.
void MoveToFolder ( in GEOM_Object  theObject,
in SALOMEDS::SObject  theFolder 
)

Moves object to the specified folder.

The moved object should be first published in the study.

Parameters
theObjectGEOM object to move
theFoldertarget folder
void MoveListToFolder ( in ListOfGO  theListOfGO,
in SALOMEDS::SObject  theFolder 
)

Moves list of objects to the specified folder.

The moved objects should be first published in the study.

Parameters
theListOfGOlist of GEOM objects to move
theFoldertarget folder
void Move ( in object_list  what,
in SALOMEDS::SObject  where,
in long  row 
)

Moves objects to the specified position.

This function is used in the drag-n-drop functionality.

Parameters
whatobjects being moved
whereparent object where objects are moved to
rowposition in the parent object's children list at which objects are moved
SALOMEDS::TMPFile GetDependencyTree ( in SALOMEDS::Study  theStudy,
in string_array  theListOfEntries 
)

Collects dependencies of the given objects from other ones.

Parameters
theStudyThe study in which the object is published
theListOfEntriesList of GEOM object entries in OCAF tree (not in study)
Returns
Struct of dependent entries and its links as a byte array
Note
This method is supposed to be used by GUI only.
void GetEntriesToReduceStudy ( in SALOMEDS::Study  theStudy,
inout string_array  theSelectedEntries,
inout string_array  theParentEntries,
inout string_array  theSubEntries,
inout string_array  theOtherEntries 
)

Fills 3 lists that is used to reduce study of redundant objects:

  • dependencies of the given objects from other ones;
  • children of the given objects;
  • all other objects in study.
    Parameters
    theStudyThe study in which the object was published
    theSelectedEntriesList of GEOM object entries in OCAF tree
    theParentEntriesList of GEOM object entries on which the given objects depend
    theSubEntriesChildren entries list of the given objects
    theOtherEntriesList of GEOM object entries which are in the study, but not in parents and children lists
    Note
    This method is supposed to be used by GUI only.