20#ifndef _STEPPlugin_IImport_HXX_
21#define _STEPPlugin_IImport_HXX_
25#define IMPORTSTEP_ARG_FILENAME 1
26#define IMPORTSTEP_ARG_IGNORE_UNITS 2
27#define IMPORTSTEP_ARG_CREATE_ASSEMBLIES 3
33 : _func(theFunction) {}
35 void SetFileName(
const TCollection_AsciiString& theFileName )
#define IMPORTSTEP_ARG_CREATE_ASSEMBLIES
Definition: STEPPlugin_IImport.hxx:27
#define IMPORTSTEP_ARG_IGNORE_UNITS
Definition: STEPPlugin_IImport.hxx:26
#define IMPORTSTEP_ARG_FILENAME
Definition: STEPPlugin_IImport.hxx:25
Definition: STEPPlugin_IImport.hxx:30
bool GetIsIgnoreUnits()
Definition: STEPPlugin_IImport.hxx:42
void SetIsCreateAssemblies(bool IsCreateAssemblies)
Definition: STEPPlugin_IImport.hxx:45
void SetIsIgnoreUnits(bool theIsIgnoreUnits)
Definition: STEPPlugin_IImport.hxx:40
bool GetIsCreateAssemblies()
Definition: STEPPlugin_IImport.hxx:48
Handle(GEOM_Function) _func
void SetFileName(const TCollection_AsciiString &theFileName)
Definition: STEPPlugin_IImport.hxx:35
STEPPlugin_IImport(Handle(GEOM_Function) theFunction)
Definition: STEPPlugin_IImport.hxx:32
TCollection_AsciiString GetFileName()
Definition: STEPPlugin_IImport.hxx:37