20 #ifndef __STLPlugin_IDL__
21 #define __STLPlugin_IDL__
44 in
string theFileName,
45 in
boolean theIsASCII,
46 in
double theDeflection,
47 in
boolean theIsRelative );
Basic methods of all geometric operations.
Definition: GEOM_Gen.idl:708
Interface of geometric object.
Definition: GEOM_Gen.idl:398
Interface for STLPlugin modeling functions.
Definition: STLPlugin.idl:31
GEOM::ListOfGO ImportSTL(in string theFileName)
Import a shape from the STL file.
void ExportSTL(in GEOM::GEOM_Object theObject, in string theFileName, in boolean theIsASCII, in double theDeflection, in boolean theIsRelative)
Export the given shape into a file with given name in STL format.
Definition: GEOM_PythonDump.cxx:33
sequence< GEOM_Object > ListOfGO
Definition: GEOM_Gen.idl:288