20 #ifndef __IGESPlugin_IDL__
21 #define __IGESPlugin_IDL__
41 in
string theFileName,
42 in
string theVersion );
54 in
boolean theIsIgnoreUnits );
63 string ReadValue( in
string theFileName, in
string theParameterName);
Basic methods of all geometric operations.
Definition: GEOM_Gen.idl:708
Interface of geometric object.
Definition: GEOM_Gen.idl:398
Interface for IGESPlugin modeling functions.
Definition: IGESPlugin.idl:31
void ExportIGES(in GEOM::GEOM_Object theObject, in string theFileName, in string theVersion)
Export the given shape into a file with given name in IGES format.
GEOM::ListOfGO ImportIGES(in string theFileName, in boolean theIsIgnoreUnits)
Import a shape from the IGES file.
string ReadValue(in string theFileName, in string theParameterName)
Read a value of parameter from a file, containing a shape.
Definition: GEOM_Gen.idl:36
sequence< GEOM_Object > ListOfGO
Definition: GEOM_Gen.idl:288