Package GEOM


Data Structures

class  TPythonDump
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_Gen
interface  GEOM_List
interface  GEOM_Superv

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
}

Functions

 Handle (GEOM_Object) GetCreatedLast(const Handle(GEOM_Object)&theObj1


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)

Enumerator:
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>()

Enumerator:
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


Function Documentation

GEOM::Handle GEOM_Object   )  const
 

Returns an object from two given, which has the latest entry