mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 13:40:32 +05:00
0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box
This commit is contained in:
parent
7e1dee49ad
commit
d2f0eb8f21
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <gp_Pnt.hxx>
|
#include <gp_Pnt.hxx>
|
||||||
|
#include <Basics_Utils.hxx>
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : HashCode
|
//function : HashCode
|
||||||
//purpose :
|
//purpose :
|
||||||
@ -104,6 +106,8 @@ void DriverSTL_R_SMDS_Mesh::SetIsCreateFaces( const bool theIsCreate )
|
|||||||
|
|
||||||
Driver_Mesh::Status DriverSTL_R_SMDS_Mesh::Perform()
|
Driver_Mesh::Status DriverSTL_R_SMDS_Mesh::Perform()
|
||||||
{
|
{
|
||||||
|
Kernel_Utils::Localizer loc;
|
||||||
|
|
||||||
Status aResult = DRS_OK;
|
Status aResult = DRS_OK;
|
||||||
|
|
||||||
TCollection_AsciiString aFileName( (char *)myFile.c_str() );
|
TCollection_AsciiString aFileName( (char *)myFile.c_str() );
|
||||||
|
@ -35,12 +35,11 @@
|
|||||||
#include "SMESH_TypeDefs.hxx"
|
#include "SMESH_TypeDefs.hxx"
|
||||||
|
|
||||||
#include <OSD_File.hxx>
|
#include <OSD_File.hxx>
|
||||||
//#include <OSD_FromWhere.hxx>
|
|
||||||
#include <OSD_Path.hxx>
|
#include <OSD_Path.hxx>
|
||||||
#include <OSD_Protection.hxx>
|
#include <OSD_Protection.hxx>
|
||||||
//#include <OSD_SingleProtection.hxx>
|
|
||||||
#include <TCollection_AsciiString.hxx>
|
#include <TCollection_AsciiString.hxx>
|
||||||
#include <gp_XYZ.hxx>
|
#include <gp_XYZ.hxx>
|
||||||
|
#include <Basics_Utils.hxx>
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
@ -59,6 +58,8 @@ void DriverSTL_W_SMDS_Mesh::SetIsAscii( const bool theIsAscii )
|
|||||||
|
|
||||||
Driver_Mesh::Status DriverSTL_W_SMDS_Mesh::Perform()
|
Driver_Mesh::Status DriverSTL_W_SMDS_Mesh::Perform()
|
||||||
{
|
{
|
||||||
|
Kernel_Utils::Localizer loc;
|
||||||
|
|
||||||
Status aResult = DRS_OK;
|
Status aResult = DRS_OK;
|
||||||
|
|
||||||
if ( !myMesh ) {
|
if ( !myMesh ) {
|
||||||
|
@ -60,6 +60,7 @@ libMeshDriverSTL_la_CPPFLAGS = \
|
|||||||
libMeshDriverSTL_la_LDFLAGS = \
|
libMeshDriverSTL_la_LDFLAGS = \
|
||||||
../Driver/libMeshDriver.la \
|
../Driver/libMeshDriver.la \
|
||||||
../SMDS/libSMDS.la \
|
../SMDS/libSMDS.la \
|
||||||
|
$(KERNEL_LDFLAGS) -lSALOMEBasics \
|
||||||
$(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh
|
$(CAS_LDPATH) -lTKernel -lTKSTL -lTKTopAlgo -lTKMesh
|
||||||
|
|
||||||
STL_Test_CPPFLAGS = \
|
STL_Test_CPPFLAGS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user