Version: 9.12.0
GEOM::GEOM_IOperations Interface Reference

Basic methods of all geometric operations.

import"GEOM_Gen.idl";

Inheritance diagram for GEOM::GEOM_IOperations:
Inheritance graph

Public Member Functions

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...
 
void StartOperation ()
 Opens a new transaction. More...
 
void FinishOperation ()
 Closes the previously opened transaction. More...
 
void AbortOperation ()
 Aborts the previously opened transaction. More...
 

Member Function Documentation

◆ AbortOperation()

void GEOM::GEOM_IOperations::AbortOperation ( )

◆ FinishOperation()

void GEOM::GEOM_IOperations::FinishOperation ( )

◆ GetErrorCode()

string GEOM::GEOM_IOperations::GetErrorCode ( )

◆ IsDone()

boolean GEOM::GEOM_IOperations::IsDone ( )

◆ SetErrorCode()

void GEOM::GEOM_IOperations::SetErrorCode ( in string  theErrorID)
Parameters
theErrorIDis a string describing the error occurred
Note
This method is supposed to be used only by interfaces inheriting from IOperations.

◆ StartOperation()

void GEOM::GEOM_IOperations::StartOperation ( )

The documentation for this interface was generated from the following file: