|
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 does not exist, a warning is printed if Complain is True. More...
|
|
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.