import "GEOM_Gen.idl";

Public Member Functions | |
| boolean | IsDone () |
| void | SetErrorCode (in string theErrorID) |
| string | GetErrorCode () |
| long | GetStudyID () |
| void | StartOperation () |
| void | FinishOperation () |
| void | AbortOperation () |
GEOM_IOperations: basic methods of all geometric operations
| boolean GEOM.GEOM_IOperations.IsDone | ( | ) |
To know, if the operation was successfully performed
| void GEOM.GEOM_IOperations.SetErrorCode | ( | in string | theErrorID | ) |
Set the operation error code
| theErrorID | is a string describing the error occured |
| string GEOM.GEOM_IOperations.GetErrorCode | ( | ) |
Get the operation error code
| long GEOM.GEOM_IOperations.GetStudyID | ( | ) |
Get ID of study, where the operation is defined
| void GEOM.GEOM_IOperations.StartOperation | ( | ) |
Opens a new transaction
| void GEOM.GEOM_IOperations.FinishOperation | ( | ) |
Closes the previously opened trasaction
| void GEOM.GEOM_IOperations.AbortOperation | ( | ) |
Aborts the previously opened transaction