Package GEOM


Data Structures

interface  GEOM.GEOM_Object
interface  GEOM.GEOM_IOperations
interface  GEOM.GEOM_IBasicOperations
interface  GEOM.GEOM_ITransformOperations
interface  GEOM.GEOM_I3DPrimOperations
interface  GEOM.GEOM_IShapesOperations
interface  GEOM.GEOM_IBlocksOperations
struct  GEOM.GEOM_IBlocksOperations.BCError
interface  GEOM.GEOM_IBooleanOperations
interface  GEOM.GEOM_ICurvesOperations
interface  GEOM.GEOM_ILocalOperations
interface  GEOM.GEOM_IHealingOperations
interface  GEOM.GEOM_IInsertOperations
interface  GEOM.GEOM_IMeasureOperations
interface  GEOM.GEOM_IGroupOperations
interface  GEOM.GEOM_Gen

Typedefs

typedef sequence< string > string_array
typedef sequence< short > short_array
typedef sequence< long > ListOfLong
typedef sequence< double > ListOfDouble
typedef sequence< GEOM_ObjectListOfGO

Enumerations

enum  shape_type {
  COMPOUND, COMPSOLID, SOLID, SHELL,
  FACE, WIRE, EDGE, VERTEX,
  SHAPE
}
enum  shape_state {
  ST_ON, ST_OUT, ST_ONOUT, ST_IN,
  ST_ONIN
}


Typedef Documentation

typedef sequence<string> GEOM::string_array
 

typedef sequence<short> GEOM::short_array
 

typedef sequence<long> GEOM::ListOfLong
 

typedef sequence<double> GEOM::ListOfDouble
 

typedef sequence<GEOM_Object> GEOM::ListOfGO
 


Enumeration Type Documentation

enum GEOM::shape_type
 

Topological types of shapes (like Open Cascade types)

Enumeration values:
COMPOUND 
COMPSOLID 
SOLID 
SHELL 
FACE 
WIRE 
EDGE 
VERTEX 
SHAPE 

enum GEOM::shape_state
 

State of shape relatively geometrical surface like plane, sphere or cylinder. Is used in functions GEOM_IShapesOperations.GetShapesOn<xxx>()

Enumeration values:
ST_ON  Shape is on surface
ST_OUT  Shape is in the direction defined by the normal and not on surface. For plane it means above the plane, For sphere and cylinder it means outside of volume, bounded by the surface.
ST_ONOUT  Shape is in the direction defined by the normal and on surface. ONOUT = ON || OUT
ST_IN  Complementary to ONOUT. For plane it means below the plane, For sphere and cylinder it means inside the volume, bounded by the surface (beyond axis and surface for cylinder and beyond cented and surface for sphere).
ST_ONIN  Complementary to OUT. ONIN = ON || IN


Generated on Wed Feb 8 00:23:16 2006 for SALOME - GEOM - v.2.2.8 by doxygen 1.3.7