 |
DATAKIT SDK
V2026.2
|
|
Go to the documentation of this file. 1 #ifndef _DTK_IGES_READER_H_
2 #define _DTK_IGES_READER_H_
56 void igesr_SetBoundaryPreference_Deprecated222(
Dtk_Int32 inPreference);
60 void igesr_SetConfigExcludeGroup_Deprecated222(
Dtk_bool inValue );
64 void igesr_SetReadAsDrawing_Deprecated221(
Dtk_Int32 inBool );
69 void igesr_SetTransformPolylineToCurve_Deprecated221( const
Dtk_bool inValue );
static void SetBoundaryPreference(Dtk_Int32 inPreference)
Set Preference on reading boundaries if both restrictions exist (UV and 3D)
static void SetAllowReadInvalidFiles(const Dtk_bool inValue)
Set Preference to change Allow Invalid Iges Files Usefull to force read the iges files don't respecti...
SetAsDeprecated("2022.2", "Use IgesReader::SetBoundaryPreference.") void igesr_SetBoundaryPreference_Deprecated222(Dtk_Int32 inPreference)
Definition: dtk_reader.hpp:15
static void SetReadAsDrawing(Dtk_Int32 inBool)
Set Preference on reading file as drawing or part.
char Dtk_bool
Definition: define.h:717
int32_t Dtk_Int32
Definition: define.h:679
static void SetReadStringDecoding(Dtk_Int32 inValue)
Set Preference on reading string
void * GetSearchPathEngine()
static void SetTransformPolylineToCurve(const Dtk_bool inValue)
Set Preference to change polygon to nurbs curve of degree 3 Usefull to accelerate the reading process...
Definition: dtk_IgesReader.hpp:7
static void SetConfigExcludeGroup(Dtk_bool inValue)
Set Preference to exclude group reading (type 402) Usefull if many group contains same entity to avoi...
static void SetConfigExcludeIndependantShell(const Dtk_bool inValue)
Set Preference to exclude or not the read of Independant shell (514) Usefull to avoid duplicated topo...