Basic methods of all geometric operations.
import "GEOM_Gen.idl";
void GEOM::GEOM_IOperations::AbortOperation |
( |
| ) |
|
void GEOM::GEOM_IOperations::FinishOperation |
( |
| ) |
|
string GEOM::GEOM_IOperations::GetErrorCode |
( |
| ) |
|
long GEOM::GEOM_IOperations::GetStudyID |
( |
| ) |
|
boolean GEOM::GEOM_IOperations::IsDone |
( |
| ) |
|
void GEOM::GEOM_IOperations::SetErrorCode |
( |
in string |
theErrorID | ) |
|
- Parameters
-
theErrorID | is a string describing the error occured |
- Note
- This method is supposed to be used only by interfaces inheriting from IOperations.
void GEOM::GEOM_IOperations::StartOperation |
( |
| ) |
|
The documentation for this interface was generated from the following file: