|
Open CASCADE Technology
6.7.1
|
MAQUETTE DESSIN MODELISATION
More...
#include <Draw.hxx>
Static Public Member Functions | |
| static void | Load (Draw_Interpretor &theDI, const TCollection_AsciiString &theKey, const TCollection_AsciiString &theResourceFileName) |
| static void | Load (Draw_Interpretor &theDI, const TCollection_AsciiString &theKey, const TCollection_AsciiString &theResourceFileName, TCollection_AsciiString &theDefaultsDirectory, TCollection_AsciiString &theUserDefaultsDirectory, const Standard_Boolean Verbose=Standard_False) |
| static void | Set (const Standard_CString Name, const Handle< Draw_Drawable3D > &D, const Standard_Boolean Disp) |
| Sets a variable. Display it if <Disp> is true. More... | |
| static void | Set (const Standard_CString Name, const Handle< Draw_Drawable3D > &D) |
| Sets a variable, a null handle clear the vartiable. Automatic display is context driven. More... | |
| static void | Set (const Standard_CString Name, const Standard_Real val) |
| Sets a numeric variable. More... | |
| static Handle_Draw_Drawable3D | Get (Standard_CString &Name, const Standard_Boolean Complain=Standard_True) |
Returns a variable value. Null if the variable <br>
does not exist, a warning is printed if Complain <br>
is True. <br>
| |
| static Standard_Boolean | Get (const Standard_CString Name, Standard_Real &val) |
| Gets a numeric variable. Returns True if the variable exist. More... | |
| static void | Set (const Standard_CString Name, const Standard_CString val) |
| Sets a TCL sting variable More... | |
| static Standard_Real | Atof (const Standard_CString Name) |
| Converts numeric expression, that can involve DRAW variables, to real value. More... | |
| static Standard_Integer | Atoi (const Standard_CString Name) |
| Converts numeric expression, that can involve DRAW variables, to integer value. Implemented as cast of Atof() to integer. More... | |
| static void | LastPick (Standard_Integer &view, Standard_Integer &X, Standard_Integer &Y, Standard_Integer &button) |
| Returns last graphic selection description. More... | |
| static void | Repaint () |
| Asks to repaint the screen after the current command. More... | |
| static void | SetProgressBar (const Handle< Draw_ProgressIndicator > &thePI) |
| sets progress indicator More... | |
| static Handle_Draw_ProgressIndicator | GetProgressBar () |
| gets progress indicator More... | |
| static void | Commands (Draw_Interpretor &I) |
| Defines all Draw commands More... | |
| static void | BasicCommands (Draw_Interpretor &I) |
| Defines Draw basic commands More... | |
| static void | VariableCommands (Draw_Interpretor &I) |
| Defines Draw variables handling commands. More... | |
| static void | GraphicCommands (Draw_Interpretor &I) |
| Defines Draw variables handling commands. More... | |
| static void | PloadCommands (Draw_Interpretor &I) |
| Defines Loads Draw plugins commands. More... | |
| static void | UnitCommands (Draw_Interpretor &I) |
| Defines Draw unit commands More... | |
MAQUETTE DESSIN MODELISATION
|
static |
Converts numeric expression, that can involve DRAW
variables, to real value.
|
static |
Converts numeric expression, that can involve DRAW
variables, to integer value.
Implemented as cast of Atof() to integer.
|
static |
Defines Draw basic commands
|
static |
Defines all Draw commands
|
static |
Returns a variable value. Null if the variable <br>
does not exist, a warning is printed if Complain <br>
is True. <br>
The name "." does a graphic selection. If the
selection is a variable <Name> is overwritten with
the name of the variable.
|
static |
Gets a numeric variable. Returns True if the
variable exist.
|
static |
gets progress indicator
|
static |
Defines Draw variables handling commands.
|
static |
Returns last graphic selection description.
|
static |
|
static |
|
static |
Defines Loads Draw plugins commands.
|
static |
Asks to repaint the screen after the current command.
|
static |
Sets a variable. Display it if <Disp> is true.
|
static |
Sets a variable, a null handle clear the
vartiable. Automatic display is context driven.
|
static |
Sets a numeric variable.
|
static |
Sets a TCL sting variable
|
static |
sets progress indicator
|
static |
Defines Draw unit commands
|
static |
Defines Draw variables handling commands.
1.8.5