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 | enumitem_eq (self, other) |
| def | enumitem_lt (self, other) |
| def | enumitem_le (self, other) |
| def | enumitem_gt (self, other) |
| def | enumitem_ge (self, other) |
| def | _toListOfNames (_names, _size=-1) |
| def | ManageTransactions (theOpeName) |
| def | RaiseIfFailed (Method_name, Operation) |
| Raise an Error, containing the Method_name, if Operation is Failed. More... | |
| def | PrintOrRaise (message, raiseException=False) |
| def | ParseParameters (*parameters) |
| Return list of variables value from salome notebook. More... | |
| def | ParseList (list) |
| Return list of variables value from salome notebook. More... | |
| def | ParseSketcherCommand (command) |
| Return list of variables value from salome notebook. More... | |
| def | PackData (data) |
| Helper function which can be used to pack the passed string to the byte data. More... | |
| def | ReadTexture (fname) |
| Read bitmap texture from the text file. More... | |
| def | EnumToLong (theItem) |
| Returns a long value from enumeration type Can be used for CORBA enumerator types like GEOM.shape_type. More... | |
| def | ToList (arg) |
| Pack an argument into a list. More... | |
| def | New (instance=None) |
| Create a new geomBuilder instance.The geomBuilder class provides the Python interface to GEOM operations. More... | |
Variables | |
| __eq__ | |
| __lt__ | |
| __le__ | |
| __gt__ | |
| __ge__ | |
| geom = None | |
| engine = None | |
| bool | doLcc = False |
| bool | created = False |
| plugins_var = os.environ.get( "GEOM_PluginsList" ) | |
| plugins = None | |
| string | pluginBuilderName = pluginName + "Builder" |
| plugin = eval( pluginBuilderName ) | |
| method = getattr( plugin, k ) | |
| _v | |
| _parent_id | |
| def geomBuilder.enumitem_eq | ( | self, | |
| other | |||
| ) |
| def geomBuilder.enumitem_lt | ( | self, | |
| other | |||
| ) |
| def geomBuilder.enumitem_le | ( | self, | |
| other | |||
| ) |
| def geomBuilder.enumitem_gt | ( | self, | |
| other | |||
| ) |
| def geomBuilder.enumitem_ge | ( | self, | |
| other | |||
| ) |
|
private |
| def geomBuilder.ManageTransactions | ( | theOpeName | ) |
| def geomBuilder.PrintOrRaise | ( | message, | |
raiseException = False |
|||
| ) |
| def geomBuilder.ToList | ( | arg | ) |
Pack an argument into a list.
| def geomBuilder.New | ( | instance = None | ) |
Create a new geomBuilder instance.The geomBuilder class provides the Python interface to GEOM operations.
Typical use is:
| instance | CORBA proxy of GEOM Engine. If None, the default Engine is used. |
|
private |
|
private |
|
private |
|
private |
|
private |
| geom = None |
| engine = None |
| bool doLcc = False |
| bool created = False |
| plugins_var = os.environ.get( "GEOM_PluginsList" ) |
| list plugins = None |
| string pluginBuilderName = pluginName + "Builder" |
| plugin = eval( pluginBuilderName ) |
| method = getattr( plugin, k ) |
|
private |
|
private |