20 #ifndef __XAOPlugin_IDL__
21 #define __XAOPlugin_IDL__
47 in
string shapeFileName );
Basic methods of all geometric operations.
Definition: GEOM_Gen.idl:708
Interface of geometric object.
Definition: GEOM_Gen.idl:398
Interface for XAOPlugin modeling functions.
Definition: XAOPlugin.idl:31
boolean ExportXAO(in GEOM::GEOM_Object shape, in GEOM::ListOfGO groups, in GEOM::ListOfFields fields, in string author, in string fileName, in string shapeFileName)
SALOMEDS::TMPFile ExportXAOMem(in GEOM::GEOM_Object shape, in GEOM::ListOfGO groups, in GEOM::ListOfFields fields, in string author)
boolean ImportXAO(in string fileName, out GEOM::GEOM_Object shape, out GEOM::ListOfGO subShapes, out GEOM::ListOfGO groups, out GEOM::ListOfFields fields)
boolean ImportXAOMem(in SALOMEDS::TMPFile theBuff, out GEOM::GEOM_Object shape, out GEOM::ListOfGO subShapes, out GEOM::ListOfGO groups, out GEOM::ListOfFields fields)
Definition: GEOM_Gen.idl:36
sequence< GEOM_Field > ListOfFields
Definition: GEOM_Gen.idl:292
sequence< GEOM_Object > ListOfGO
Definition: GEOM_Gen.idl:288