Version: 6.3.1
Public Member Functions

GEOM_ILocalOperations_i Class Reference

#include <GEOM_ILocalOperations_i.hh>

Inheritance diagram for GEOM_ILocalOperations_i:
Inheritance graph

Public Member Functions

 GEOM_ILocalOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,::GEOMImpl_ILocalOperations *theImpl)
 ~GEOM_ILocalOperations_i ()
GEOM::GEOM_Object_ptr MakeFilletAll (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR)
GEOM::GEOM_Object_ptr MakeFilletEdges (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theEdges)
GEOM::GEOM_Object_ptr MakeFilletEdgesR1R2 (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR1, CORBA::Double theR2, const GEOM::ListOfLong &theEdges)
GEOM::GEOM_Object_ptr MakeFilletFaces (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theFaces)
GEOM::GEOM_Object_ptr MakeFilletFacesR1R2 (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR1, CORBA::Double theR2, const GEOM::ListOfLong &theFaces)
GEOM::GEOM_Object_ptr MakeFillet2D (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theVertexes)
GEOM::GEOM_Object_ptr MakeFillet1D (GEOM::GEOM_Object_ptr theShape, CORBA::Double theR, const GEOM::ListOfLong &theVertexes)
GEOM::GEOM_Object_ptr MakeChamferAll (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD)
GEOM::GEOM_Object_ptr MakeChamferEdge (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD1, CORBA::Double theD2, CORBA::Long theFace1, CORBA::Long theFace2)
GEOM::GEOM_Object_ptr MakeChamferEdgeAD (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD, CORBA::Double theAngle, CORBA::Long theFace1, CORBA::Long theFace2)
GEOM::GEOM_Object_ptr MakeChamferFaces (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD1, CORBA::Double theD2, const GEOM::ListOfLong &theFaces)
GEOM::GEOM_Object_ptr MakeChamferFacesAD (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD, CORBA::Double theAngle, const GEOM::ListOfLong &theFaces)
GEOM::GEOM_Object_ptr MakeChamferEdges (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD1, CORBA::Double theD2, const GEOM::ListOfLong &theEdges)
GEOM::GEOM_Object_ptr MakeChamferEdgesAD (GEOM::GEOM_Object_ptr theShape, CORBA::Double theD, CORBA::Double theAngle, const GEOM::ListOfLong &theEdges)
GEOM::GEOM_Object_ptr MakeArchimede (GEOM::GEOM_Object_ptr theShape, CORBA::Double theWeight, CORBA::Double theWaterDensity, CORBA::Double theMeshingDeflection)
CORBA::Long GetSubShapeIndex (GEOM::GEOM_Object_ptr theShape, GEOM::GEOM_Object_ptr theSubShape)
::GEOMImpl_ILocalOperationsGetOperations ()
virtual CORBA::Boolean IsDone ()
virtual void SetErrorCode (const char *theErrorCode)
virtual char * GetErrorCode ()
virtual CORBA::Long GetStudyID ()
virtual GEOM::GEOM_Object_ptr GetObject (Handle(GEOM_Object) theObject)
virtual void FinishOperation ()
virtual void AbortOperation ()
::GEOM_IOperationsGetImpl ()

Constructor & Destructor Documentation

GEOM_ILocalOperations_i::GEOM_ILocalOperations_i ( PortableServer::POA_ptr  thePOA,
GEOM::GEOM_Gen_ptr  theEngine,
::GEOMImpl_ILocalOperations theImpl 
)

constructor:

GEOM_ILocalOperations_i::~GEOM_ILocalOperations_i ( )

destructor


Member Function Documentation

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletAll ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR 
)

MakeFilletAll

References Handle().

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletEdges ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR,
const GEOM::ListOfLong theEdges 
)

MakeFilletEdges

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletEdgesR1R2 ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR1,
CORBA::Double  theR2,
const GEOM::ListOfLong theEdges 
)

MakeFilletEdges R1 R2

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletFaces ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR,
const GEOM::ListOfLong theFaces 
)

MakeFilletFaces

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFilletFacesR1R2 ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR1,
CORBA::Double  theR2,
const GEOM::ListOfLong theFaces 
)

MakeFilletFaces R1 R2

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFillet2D ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR,
const GEOM::ListOfLong theVertexes 
)

MakeFillet2D

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeFillet1D ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theR,
const GEOM::ListOfLong theVertexes 
)

MakeFillet1D

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferAll ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD 
)

MakeChamferAll

References Handle().

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdge ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD1,
CORBA::Double  theD2,
CORBA::Long  theFace1,
CORBA::Long  theFace2 
)

MakeChamferEdge

References Handle().

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdgeAD ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD,
CORBA::Double  theAngle,
CORBA::Long  theFace1,
CORBA::Long  theFace2 
)

MakeChamferEdgeAD

References Handle().

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferFaces ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD1,
CORBA::Double  theD2,
const GEOM::ListOfLong theFaces 
)

MakeChamferFaces

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferFacesAD ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD,
CORBA::Double  theAngle,
const GEOM::ListOfLong theFaces 
)

MakeChamferFacesAD

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdges ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD1,
CORBA::Double  theD2,
const GEOM::ListOfLong theEdges 
)

MakeChamferEdges

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeChamferEdgesAD ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theD,
CORBA::Double  theAngle,
const GEOM::ListOfLong theEdges 
)

MakeChamferEdgesAD

References Handle(), and GEOM_example.ind.

GEOM::GEOM_Object_ptr GEOM_ILocalOperations_i::MakeArchimede ( GEOM::GEOM_Object_ptr  theShape,
CORBA::Double  theWeight,
CORBA::Double  theWaterDensity,
CORBA::Double  theMeshingDeflection 
)
CORBA::Long GEOM_ILocalOperations_i::GetSubShapeIndex ( GEOM::GEOM_Object_ptr  theShape,
GEOM::GEOM_Object_ptr  theSubShape 
)

GetSubShapeIndex

References Handle().

::GEOMImpl_ILocalOperations* GEOM_ILocalOperations_i.GetOperations ( )
CORBA::Boolean GEOM_IOperations_i::IsDone ( ) [virtual, inherited]
void GEOM_IOperations_i::SetErrorCode ( const char *  theErrorCode) [virtual, inherited]
char * GEOM_IOperations_i::GetErrorCode ( ) [virtual, inherited]
CORBA::Long GEOM_IOperations_i::GetStudyID ( ) [virtual, inherited]
GEOM::GEOM_Object_ptr GEOM_IOperations_i::GetObject ( Handle(GEOM_Object theObject) [virtual, inherited]
void GEOM_IOperations_i::FinishOperation ( ) [virtual, inherited]
void GEOM_IOperations_i::AbortOperation ( ) [virtual, inherited]
::GEOM_IOperations* GEOM_IOperations_i.GetImpl ( ) [inherited]
Copyright © 2007-2011 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