DATAKIT API  V2025.1
dtk_swrReader.hpp
Go to the documentation of this file.
1 #ifndef _UTIL_SWR_READER_HPP_
2 #define _UTIL_SWR_READER_HPP_
3 
4 class SwReader : public Dtk_Reader
5 {
6 protected:
8 
9  virtual ~SwReader();
10 
11 public:
12  static Dtk_bool Enable();
13 
17  static void SetComputeBoundariesFromMesh( Dtk_bool inComputeBoundary );
18 
22 
27 
31 
34  static void SetConfigReadDrawingsWithGraphicRepresentation( const Dtk_bool readWithGraphicRepresentation );
35 
39 
40  void * GetSearchEngine();
41 };
42 
43 #endif
SwReader::Enable
static Dtk_bool Enable()
SwReader
Definition: dtk_swrReader.hpp:5
Dtk_Reader
Definition: dtk_reader.hpp:15
SwReader::SetComputeBoundariesFromMesh
static void SetComputeBoundariesFromMesh(Dtk_bool inComputeBoundary)
Use to force to compute boundaries from mesh with solidworks 2d/3d read.
Dtk_bool
char Dtk_bool
Definition: define.h:725
SwReader::GetComputeBoundariesFromMesh
static Dtk_bool GetComputeBoundariesFromMesh(void)
SwReader::GetConfigCreate2dCurvesOf3dGeometryForDrawings
static Dtk_bool GetConfigCreate2dCurvesOf3dGeometryForDrawings(void)
SwReader::GetSearchEngine
void * GetSearchEngine()
SwReader::SwReader
SwReader()
SwReader::GetConfigReadDrawingsWithGraphicRepresentation
static Dtk_bool GetConfigReadDrawingsWithGraphicRepresentation()
SwReader::~SwReader
virtual ~SwReader()
SwReader::SetConfigReadDrawingsWithGraphicRepresentation
static void SetConfigReadDrawingsWithGraphicRepresentation(const Dtk_bool readWithGraphicRepresentation)
When set to true, we read the graphic representation in .SLDDRW files. If false, we use the semantic ...
SwReader::SetConfigCreate2dCurvesOf3dGeometryForDrawings
static void SetConfigCreate2dCurvesOf3dGeometryForDrawings(Dtk_bool inCreateCurves)
Choose if when reading a .SLDDRW file, curves in 2D plane are created from 3D geometry (mesh / body)....