Version: 6.5.0
Home
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions
GEOM::GEOM_IOperations Interface Reference

Basic methods of all geometric operations. More...

import "GEOM_Gen.idl";

Public Member Functions

boolean IsDone ()
 To know, if the operation was successfully performed.
void SetErrorCode (in string theErrorID)
 Set the operation error code.
string GetErrorCode ()
 Get the operation error code.
long GetStudyID ()
 Get ID of study, where the operation is defined.
void StartOperation ()
 Opens a new transaction.
void FinishOperation ()
 Closes the previously opened trasaction.
void AbortOperation ()
 Aborts the previously opened transaction.

Detailed Description

Basic methods of all geometric operations.

Member Function Documentation

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.

Parameters
theErrorIDis a string describing the error occured
Note
This method is supposed to be used only by interfaces inheriting from IOperations.
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.

Copyright © 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS