Version: 9.12.0
STEPPlugin_IOperations.cxx File Reference
#include "STEPPlugin_IOperations.hxx"
#include "STEPPlugin_ExportDriver.hxx"
#include "STEPPlugin_ImportDriver.hxx"
#include "STEPPlugin_IExport.hxx"
#include "STEPPlugin_IImport.hxx"
#include <Basics_DirUtils.hxx>
#include <utilities.h>
#include "GEOM_PythonDump.hxx"
#include "GEOMImpl_Types.hxx"
#include <Standard_ErrorHandler.hxx>

Functions

static GEOM::TPythonDumpoperator<< (GEOM::TPythonDump &theDump, const STEPPlugin_IOperations::LengthUnit theState)
 
 Handle (TColStd_HSequenceOfTransient) STEPPlugin_IOperations
 

Function Documentation

◆ Handle()

Handle ( TColStd_HSequenceOfTransient  )

ImportSTEP Import a shape from STEP format

Parameters
theFileNameThe name of the file to import
Returns
List of GEOM_Objects, containing the created shape and propagation groups.

References GEOM_IMPORT, GEOM_IOperations::GetEngine(), GEOM_IOperations::GetSolver(), STEPPlugin_IOperations::Handle(), IMPORT_SHAPE, KO, GEOMImpl_IBaseIEOperations::MakeMaterialGroups(), OK, GEOM_IOperations::SetErrorCode(), STEPPlugin_IImport::SetFileName(), STEPPlugin_IImport::SetIsCreateAssemblies(), and STEPPlugin_IImport::SetIsIgnoreUnits().

◆ operator<<()