Interface for VTKPlugin modeling functions. More...
import "VTKPlugin.idl";
Public Member Functions | |
| void | ExportVTK (in GEOM::GEOM_Object theObject, in string theFileName, in double theDeflection) |
| Export the given shape into a file with given name in VTK format. More... | |
| boolean | IsDone () |
| To know, if the operation was successfully performed. More... | |
| void | SetErrorCode (in string theErrorID) |
| Set the operation error code. More... | |
| string | GetErrorCode () |
| Get the operation error code. More... | |
| long | GetStudyID () |
| Get ID of study, where the operation is defined. More... | |
| void | StartOperation () |
| Opens a new transaction. More... | |
| void | FinishOperation () |
| Closes the previously opened trasaction. More... | |
| void | AbortOperation () |
| Aborts the previously opened transaction. More... | |
Interface for VTKPlugin modeling functions.
| void ExportVTK | ( | in GEOM::GEOM_Object | theObject, |
| in string | theFileName, | ||
| in double | theDeflection | ||
| ) |
Export the given shape into a file with given name in VTK format.
| theObject | Shape to be stored in the file. |
| theFileName | Name of the file to store the given shape in. |
| theDeflection | Deflection of the given shape. |
|
inherited |
To know, if the operation was successfully performed.
|
inherited |
Set the operation error code.
| theErrorID | is a string describing the error occured |
|
inherited |
Get the operation error code.
|
inherited |
Get ID of study, where the operation is defined.
|
inherited |
Opens a new transaction.
|
inherited |
Closes the previously opened trasaction.
|
inherited |
Aborts the previously opened transaction.