20#ifndef _IGESPlugin_IImport_HXX_
21#define _IGESPlugin_IImport_HXX_
25#define IMPORTIGES_ARG_FILENAME 1
26#define IMPORTIGES_ARG_IGNORE_UNITS 2
32 : _func(theFunction) {}
34 void SetFileName(
const TCollection_AsciiString& theFileName )
#define IMPORTIGES_ARG_FILENAME
Definition: IGESPlugin_IImport.hxx:25
#define IMPORTIGES_ARG_IGNORE_UNITS
Definition: IGESPlugin_IImport.hxx:26
Definition: IGESPlugin_IImport.hxx:29
Handle(GEOM_Function) _func
TCollection_AsciiString GetFileName()
Definition: IGESPlugin_IImport.hxx:36
IGESPlugin_IImport(Handle(GEOM_Function) theFunction)
Definition: IGESPlugin_IImport.hxx:31
bool GetIsIgnoreUnits()
Definition: IGESPlugin_IImport.hxx:41
void SetIsIgnoreUnits(bool theIsIgnoreUnits)
Definition: IGESPlugin_IImport.hxx:39
void SetFileName(const TCollection_AsciiString &theFileName)
Definition: IGESPlugin_IImport.hxx:34