#include <GEOM_IAdvancedOperations_i.hh>

Public Member Functions | |
| GEOM_IAdvancedOperations_i (PortableServer::POA_ptr thePOA, GEOM::GEOM_Gen_ptr theEngine,::GEOMImpl_IAdvancedOperations *theImpl) | |
| ~GEOM_IAdvancedOperations_i () | |
| GEOM::ListOfGO * | MakePipeTShape (CORBA::Double theR1, CORBA::Double theW1, CORBA::Double theL1, CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, CORBA::Boolean theHexMesh) |
| GEOM::ListOfGO * | MakePipeTShapeWithPosition (CORBA::Double theR1, CORBA::Double theW1, CORBA::Double theL1, CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, CORBA::Boolean theHexMesh, GEOM::GEOM_Object_ptr theP1, GEOM::GEOM_Object_ptr theP2, GEOM::GEOM_Object_ptr theP3) |
| GEOM::ListOfGO * | MakePipeTShapeChamfer (CORBA::Double theR1, CORBA::Double theW1, CORBA::Double theL1, CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, CORBA::Double theH, CORBA::Double theW, CORBA::Boolean theHexMesh) |
| GEOM::ListOfGO * | MakePipeTShapeChamferWithPosition (CORBA::Double theR1, CORBA::Double theW1, CORBA::Double theL1, CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, CORBA::Double theH, CORBA::Double theW, CORBA::Boolean theHexMesh, GEOM::GEOM_Object_ptr theP1, GEOM::GEOM_Object_ptr theP2, GEOM::GEOM_Object_ptr theP3) |
| GEOM::ListOfGO * | MakePipeTShapeFillet (CORBA::Double theR1, CORBA::Double theW1, CORBA::Double theL1, CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, CORBA::Double theRF, CORBA::Boolean theHexMesh) |
| GEOM::ListOfGO * | MakePipeTShapeFilletWithPosition (CORBA::Double theR1, CORBA::Double theW1, CORBA::Double theL1, CORBA::Double theR2, CORBA::Double theW2, CORBA::Double theL2, CORBA::Double theRF, CORBA::Boolean theHexMesh, GEOM::GEOM_Object_ptr theP1, GEOM::GEOM_Object_ptr theP2, GEOM::GEOM_Object_ptr theP3) |
| ::GEOMImpl_IAdvancedOperations * | GetOperations () |
| 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_IOperations * | GetImpl () |
| GEOM_IAdvancedOperations_i::GEOM_IAdvancedOperations_i | ( | PortableServer::POA_ptr | thePOA, |
| GEOM::GEOM_Gen_ptr | theEngine, | ||
| ::GEOMImpl_IAdvancedOperations * | theImpl | ||
| ) |
constructor:
| GEOM_IAdvancedOperations_i::~GEOM_IAdvancedOperations_i | ( | ) |
destructor
| GEOM::ListOfGO * GEOM_IAdvancedOperations_i::MakePipeTShape | ( | CORBA::Double | theR1, |
| CORBA::Double | theW1, | ||
| CORBA::Double | theL1, | ||
| CORBA::Double | theR2, | ||
| CORBA::Double | theW2, | ||
| CORBA::Double | theL2, | ||
| CORBA::Boolean | theHexMesh | ||
| ) |
MakePipeTShape Create a T-shape object with specified caracteristics for the main and the incident pipes (radius, width, half-length). Center of the shape is (0,0,0). The main plane of the T-shape is XOY.
| theR1 | Internal radius of main pipe |
| theW1 | Width of main pipe |
| theL1 | Half-length of main pipe |
| theR2 | Internal radius of incident pipe (R2 < R1) |
| theW2 | Width of incident pipe (R2+W2 < R1+W1) |
| theL2 | Half-length of incident pipe |
| theHexMesh | Boolean indicating if shape is prepared for hex mesh |
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), PAL_MESH_030_geometry.i, GEOM_IOperations_i.IsDone(), and GEOM_IOperations.SetNotDone().
| GEOM::ListOfGO * GEOM_IAdvancedOperations_i::MakePipeTShapeWithPosition | ( | CORBA::Double | theR1, |
| CORBA::Double | theW1, | ||
| CORBA::Double | theL1, | ||
| CORBA::Double | theR2, | ||
| CORBA::Double | theW2, | ||
| CORBA::Double | theL2, | ||
| CORBA::Boolean | theHexMesh, | ||
| GEOM::GEOM_Object_ptr | theP1, | ||
| GEOM::GEOM_Object_ptr | theP2, | ||
| GEOM::GEOM_Object_ptr | theP3 | ||
| ) |
MakePipeTShapeWithPosition Create a T-shape object with specified caracteristics for the main and the incident pipes (radius, width, half-length). The extremities of the main pipe are located on junctions points P1 and P2. The extremity of the incident pipe is located on junction point P3.
| theR1 | Internal radius of main pipe |
| theW1 | Width of main pipe |
| theL1 | Half-length of main pipe |
| theR2 | Internal radius of incident pipe (R2 < R1) |
| theW2 | Width of incident pipe (R2+W2 < R1+W1) |
| theL2 | Half-length of incident pipe |
| theHexMesh | Boolean indicating if shape is prepared for hex mesh |
| theP1 | 1st junction point of main pipe |
| theP2 | 2nd junction point of main pipe |
| theP3 | Junction point of incident pipe |
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), PAL_MESH_030_geometry.i, GEOM_IOperations_i.IsDone(), and GEOM_IOperations.SetNotDone().
| GEOM::ListOfGO * GEOM_IAdvancedOperations_i::MakePipeTShapeChamfer | ( | CORBA::Double | theR1, |
| CORBA::Double | theW1, | ||
| CORBA::Double | theL1, | ||
| CORBA::Double | theR2, | ||
| CORBA::Double | theW2, | ||
| CORBA::Double | theL2, | ||
| CORBA::Double | theH, | ||
| CORBA::Double | theW, | ||
| CORBA::Boolean | theHexMesh | ||
| ) |
MakePipeTShapeChamfer Create a T-shape object with specified caracteristics for the main and the incident pipes (radius, width, half-length). A chamfer is created on the junction of the pipes. Center of the shape is (0,0,0). The main plane of the T-shape is XOY.
| theR1 | Internal radius of main pipe |
| theW1 | Width of main pipe |
| theL1 | Half-length of main pipe |
| theR2 | Internal radius of incident pipe (R2 < R1) |
| theW2 | Width of incident pipe (R2+W2 < R1+W1) |
| theL2 | Half-length of incident pipe |
| theH | Height of chamfer. |
| theW | Width of chamfer. |
| theHexMesh | Boolean indicating if shape is prepared for hex mesh |
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), PAL_MESH_030_geometry.i, GEOM_IOperations_i.IsDone(), and GEOM_IOperations.SetNotDone().
| GEOM::ListOfGO * GEOM_IAdvancedOperations_i::MakePipeTShapeChamferWithPosition | ( | CORBA::Double | theR1, |
| CORBA::Double | theW1, | ||
| CORBA::Double | theL1, | ||
| CORBA::Double | theR2, | ||
| CORBA::Double | theW2, | ||
| CORBA::Double | theL2, | ||
| CORBA::Double | theH, | ||
| CORBA::Double | theW, | ||
| CORBA::Boolean | theHexMesh, | ||
| GEOM::GEOM_Object_ptr | theP1, | ||
| GEOM::GEOM_Object_ptr | theP2, | ||
| GEOM::GEOM_Object_ptr | theP3 | ||
| ) |
MakePipeTShapeChamferWithPosition Create a T-shape object with specified caracteristics for the main and the incident pipes (radius, width, half-length). A chamfer is created on the junction of the pipes. The extremities of the main pipe are located on junctions points P1 and P2. The extremity of the incident pipe is located on junction point P3.
| theR1 | Internal radius of main pipe |
| theW1 | Width of main pipe |
| theL1 | Half-length of main pipe |
| theR2 | Internal radius of incident pipe (R2 < R1) |
| theW2 | Width of incident pipe (R2+W2 < R1+W1) |
| theL2 | Half-length of incident pipe |
| theH | Height of the chamfer. |
| theW | Width of the chamfer. |
| theHexMesh | Boolean indicating if shape is prepared for hex mesh |
| theP1 | 1st junction point of main pipe |
| theP2 | 2nd junction point of main pipe |
| theP3 | Junction point of incident pipe |
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), PAL_MESH_030_geometry.i, GEOM_IOperations_i.IsDone(), and GEOM_IOperations.SetNotDone().
| GEOM::ListOfGO * GEOM_IAdvancedOperations_i::MakePipeTShapeFillet | ( | CORBA::Double | theR1, |
| CORBA::Double | theW1, | ||
| CORBA::Double | theL1, | ||
| CORBA::Double | theR2, | ||
| CORBA::Double | theW2, | ||
| CORBA::Double | theL2, | ||
| CORBA::Double | theRF, | ||
| CORBA::Boolean | theHexMesh | ||
| ) |
MakePipeTShapeFillet Create a T-shape object with specified caracteristics for the main and the incident pipes (radius, width, half-length). A fillet is created on the junction of the pipes. Center of the shape is (0,0,0). The main plane of the T-shape is XOY.
| theR1 | Internal radius of main pipe |
| theW1 | Width of main pipe |
| theL1 | Half-length of main pipe |
| theR2 | Internal radius of incident pipe (R2 < R1) |
| theW2 | Width of incident pipe (R2+W2 < R1+W1) |
| theL2 | Half-length of incident pipe |
| theRF | Radius of curvature of fillet. |
| theHexMesh | Boolean indicating if shape is prepared for hex mesh |
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), PAL_MESH_030_geometry.i, GEOM_IOperations_i.IsDone(), and GEOM_IOperations.SetNotDone().
| GEOM::ListOfGO * GEOM_IAdvancedOperations_i::MakePipeTShapeFilletWithPosition | ( | CORBA::Double | theR1, |
| CORBA::Double | theW1, | ||
| CORBA::Double | theL1, | ||
| CORBA::Double | theR2, | ||
| CORBA::Double | theW2, | ||
| CORBA::Double | theL2, | ||
| CORBA::Double | theRF, | ||
| CORBA::Boolean | theHexMesh, | ||
| GEOM::GEOM_Object_ptr | theP1, | ||
| GEOM::GEOM_Object_ptr | theP2, | ||
| GEOM::GEOM_Object_ptr | theP3 | ||
| ) |
MakePipeTShapeFilletWithPosition Create a T-shape object with specified caracteristics for the main and the incident pipes (radius, width, half-length). A fillet is created on the junction of the pipes. The extremities of the main pipe are located on junctions points P1 and P2. The extremity of the incident pipe is located on junction point P3.
| theR1 | Internal radius of main pipe |
| theW1 | Width of main pipe |
| theL1 | Half-length of main pipe |
| theR2 | Internal radius of incident pipe (R2 < R1) |
| theW2 | Width of incident pipe (R2+W2 < R1+W1) |
| theL2 | Half-length of incident pipe |
| theRF | Radius of curvature of fillet |
| theHexMesh | Boolean indicating if shape is prepared for hex mesh |
| theP1 | 1st junction point of main pipe |
| theP2 | 2nd junction point of main pipe |
| theP3 | Junction point of incident pipe |
References GEOM_IOperations_i.GetObject(), GetOperations(), Handle(), PAL_MESH_030_geometry.i, GEOM_IOperations_i.IsDone(), and GEOM_IOperations.SetNotDone().
| ::GEOMImpl_IAdvancedOperations* GEOM_IAdvancedOperations_i.GetOperations | ( | ) |
References GEOM_IOperations_i.GetImpl().
| CORBA::Boolean GEOM_IOperations_i::IsDone | ( | ) | [virtual, inherited] |
IsDone
References GEOM_IOperations_i._impl, and GEOM_IOperations.IsDone().
| void GEOM_IOperations_i::SetErrorCode | ( | const char * | theErrorCode | ) | [virtual, inherited] |
SetErrorCode
References GEOM_IOperations_i._impl, and GEOM_IOperations.SetErrorCode().
| char * GEOM_IOperations_i::GetErrorCode | ( | ) | [virtual, inherited] |
GetErrorCode
References GEOM_IOperations_i._impl, and GEOM_IOperations.GetErrorCode().
| CORBA::Long GEOM_IOperations_i::GetStudyID | ( | ) | [virtual, inherited] |
GetStudyID
References GEOM_IOperations_i._impl, and GEOM_IOperations.GetDocID().
| GEOM::GEOM_Object_ptr GEOM_IOperations_i::GetObject | ( | Handle(GEOM_Object) | theObject | ) | [virtual, inherited] |
GetObject
References GEOM_IOperations_i._engine, GEOM_Object.GetDocID(), and GEOM_Object.GetEntry().
| void GEOM_IOperations_i::FinishOperation | ( | ) | [virtual, inherited] |
FinishOperation
References GEOM_IOperations_i._impl, and GEOM_IOperations.FinishOperation().
| void GEOM_IOperations_i::AbortOperation | ( | ) | [virtual, inherited] |
AbortOperation
References GEOM_IOperations_i._impl, and GEOM_IOperations.AbortOperation().
| ::GEOM_IOperations* GEOM_IOperations_i.GetImpl | ( | ) | [inherited] |