Data Structures |
| class | TPythonDump |
| class | GenericObjPtr |
| | A smart pointer for the SALOME GenericObj interface. More...
|
| interface | GEOM_Object |
| interface | GEOM_IOperations |
| interface | GEOM_IBasicOperations |
| interface | GEOM_ITransformOperations |
| interface | GEOM_I3DPrimOperations |
| interface | GEOM_IShapesOperations |
| interface | GEOM_IBlocksOperations |
| interface | GEOM_IBooleanOperations |
| interface | GEOM_ICurvesOperations |
| interface | GEOM_ILocalOperations |
| interface | GEOM_IHealingOperations |
| interface | GEOM_IInsertOperations |
| interface | GEOM_IKindOfShape |
| interface | GEOM_IMeasureOperations |
| interface | GEOM_IGroupOperations |
| interface | GEOM_IAdvancedOperations |
| interface | GEOM_Gen |
| interface | GEOM_List |
| interface | GEOM_Superv |
Typedefs |
typedef GenericObjPtr
< GEOM::GEOM_Object > | GeomObjPtr |
typedef GenericObjPtr
< GEOM::GEOM_IBasicOperations > | BasicOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_ITransformOperations > | TransformOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_I3DPrimOperations > | I3DPrimOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IShapesOperations > | ShapesOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IBlocksOperations > | BlocksOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IBooleanOperations > | BooleanOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_ICurvesOperations > | CurvesOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_ILocalOperations > | LocalOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IHealingOperations > | HealingOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IInsertOperations > | InsertOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IMeasureOperations > | MeasureOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IGroupOperations > | GroupOpPtr |
typedef GenericObjPtr
< GEOM::GEOM_IAdvancedOperations > | AdvancedOpPtr |
| typedef sequence< string > | string_array |
| typedef sequence< short > | short_array |
| typedef sequence< boolean > | ListOfBool |
| typedef sequence< long > | ListOfLong |
| typedef sequence< double > | ListOfDouble |
| typedef sequence< GEOM_Object > | ListOfGO |
Enumerations |
| enum | shape_type {
COMPOUND,
COMPSOLID,
SOLID,
SHELL,
FACE,
WIRE,
EDGE,
VERTEX,
SHAPE
} |
| enum | marker_type {
MT_NONE,
MT_POINT,
MT_PLUS,
MT_STAR,
MT_O,
MT_X,
MT_O_POINT,
MT_O_PLUS,
MT_O_STAR,
MT_O_X,
MT_BALL,
MT_RING1,
MT_RING2,
MT_RING3,
MT_USER
} |
| enum | marker_size {
MS_NONE,
MS_10,
MS_15,
MS_20,
MS_25,
MS_30,
MS_35,
MS_40,
MS_45,
MS_50,
MS_55,
MS_60,
MS_65,
MS_70
} |
| enum | shape_state {
ST_ON,
ST_OUT,
ST_ONOUT,
ST_IN,
ST_ONIN
} |
| enum | find_shape_method {
FSM_GetInPlace,
FSM_Transformed,
FSM_GetSame,
FSM_GetShapesOnShape,
FSM_GetInPlaceByHistory,
FSM_MultiTransformed
} |
| enum | filling_oper_method { FOM_Default,
FOM_UseOri,
FOM_AutoCorrect
} |
| enum | curve_type { Polyline,
Bezier,
Interpolation
} |
Functions |
| | Handle (GEOM_Object) GetCreatedLast(const Handle(GEOM_Object)&theObj1 |
| void | MeshShape (const TopoDS_Shape theShape, float &theDeflection, bool theForced) |
| void | SetShape (const TopoDS_Shape &theShape, const TopTools_IndexedDataMapOfShapeListOfShape &theEdgeMap, bool theIsVector, GEOM_EdgeSource *theIsolatedEdgeSource, GEOM_EdgeSource *theOneFaceEdgeSource, GEOM_EdgeSource *theSharedEdgeSource, GEOM_WireframeFace *theWireframeFaceSource, GEOM_ShadingFace *theShadingFaceSource) |