Data Structures | |
class | info |
Information about closed/unclosed state of shell or wire. More... | |
class | PluginOperation |
Private class used to bind calls of plugin operations to geomBuilder. More... | |
class | geomBuilder |
class | geomField |
Field on Geometry. More... | |
Functions | |
def | _toListOfNames |
def | ManageTransactions |
def | RaiseIfFailed |
Raise an Error, containing the Method_name, if Operation is Failed. More... | |
def | ParseParameters |
Return list of variables value from salome notebook. More... | |
def | ParseList |
Return list of variables value from salome notebook. More... | |
def | ParseSketcherCommand |
Return list of variables value from salome notebook. More... | |
def | PackData |
Helper function which can be used to pack the passed string to the byte data. More... | |
def | ReadTexture |
Read bitmap texture from the text file. More... | |
def | EnumToLong |
Returns a long value from enumeration type Can be used for CORBA enumerator types like GEOM.shape_type. More... | |
def | ToList |
Pack an argument into a list. More... | |
def | New |
Create a new geomBuilder instance.The geomBuilder class provides the Python interface to GEOM operations. More... | |
Variables | |
geom = None | |
engine = None | |
doLcc = False | |
created = False | |
tuple | plugins_var = os.environ.get( "GEOM_PluginsList" ) |
plugins = None | |
string | pluginBuilderName = pluginName+"Builder" |
tuple | plugin = eval( pluginBuilderName ) |
tuple | method = getattr( plugin, k ) |
|
private |
def geomBuilder.ManageTransactions | ( | theOpeName | ) |
def geomBuilder.ToList | ( | arg | ) |
Pack an argument into a list.
def geomBuilder.New | ( | study, | |
instance = None |
|||
) |
Create a new geomBuilder instance.The geomBuilder class provides the Python interface to GEOM operations.
Typical use is:
study | SALOME study, generally obtained by salome.myStudy. |
instance | CORBA proxy of GEOM Engine. If None, the default Engine is used. |
geom = None |
engine = None |
doLcc = False |
created = False |
tuple plugins_var = os.environ.get( "GEOM_PluginsList" ) |
tuple plugins = None |
string pluginBuilderName = pluginName+"Builder" |
tuple plugin = eval( pluginBuilderName ) |
tuple method = getattr( plugin, k ) |