Inheritance diagram for ProeReader:Static Public Member Functions | |
| static Dtk_bool | Enable () |
| static void | GetAllMetadata (Dtk_bool inStatus) |
| Set the config to retreive all metadata (including Unit or Mass Properties) More... | |
| static void | GetDetailledMetadata (Dtk_bool inStatus) |
| Set the config to retreive detailled metadata (Designated, Access, Sources, etc..) More... | |
| static Dtk_bool | GetFileSwapStatus () |
| Get the config to Use file swap. More... | |
| static ProeReader * | GetInstance () |
| static void | SetAssemblyLvlGeomConfig (const Dtk_bool inStatus) |
| Set the config to retreive the final geometry of the component with assembly level feature (but only mesh or preview body) More... | |
| static void | SetCreateConicEdges (const Dtk_bool inCreateConicEdges) |
| Set the config to create or not conic on edge curves if possible. More... | |
| static void | SetDisable2dComputeHatching (const Dtk_bool inDisableComputeHatching) |
| Set the config to disable compute the hatching. More... | |
| static void | SetDisable2dProjectionForShadedView (const Dtk_bool inDisableProjection) |
| Set the config to disable projection on shaded 2D view (allowing you to shade body by yourself) More... | |
| static void | SetFileSwapStatus (const Dtk_bool inFileSwap) |
| Set the config to Use file swap instead memory (usefull for large files) More... | |
| static void | SetSurfaciqueMode (const Dtk_bool inSurfaciqueMode) |
| Set the config to read only surfacic geometry (no solid) More... | |
Protected Member Functions | |
| void | _Init () |
| void | _Reset () |
| Dtk_ErrorStatus | _WriteInventoryInLogFile (Dtk_ID inID, int inNum, int *inCount, char **inEntitiesName) |
Protected Attributes | |
| Dtk_string | _InputFile |
| FILE * | _InputFilePtr |
|
protectedinherited |
|
virtualinherited |
Reimplemented in GltfReader.
|
protectedinherited |
|
protectedinherited |
|
virtual |
Implements Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
|
virtual |
Reimplemented from Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
|
static |
|
virtual |
Implements Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
|
static |
Set the config to retreive all metadata (including Unit or Mass Properties)
| [in] | inStatus | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_TRUE |
|
virtual |
Reimplemented from Dtk_Reader.
|
virtual |
Reimplemented from Dtk_Reader.
|
static |
Set the config to retreive detailled metadata (Designated, Access, Sources, etc..)
| [in] | inStatus | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_TRUE |
|
virtual |
Reimplemented from Dtk_Reader.
|
static |
Get the config to Use file swap.
|
virtual |
Implements Dtk_Reader.
|
static |
|
virtual |
Implements Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
|
virtualinherited |
|
virtual |
Implements Dtk_Reader.
|
virtual |
Reimplemented from Dtk_Reader.
|
virtual |
Implements Dtk_Reader.
| void ProeReader::Release | ( | ) |
|
static |
Set the config to retreive the final geometry of the component with assembly level feature (but only mesh or preview body)
| [in] | inStatus | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE |
|
static |
Set the config to create or not conic on edge curves if possible.
[Options]
| [in] | inCreateConicEdge | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE |
|
static |
Set the config to disable compute the hatching.
| [in] | inDisableComputeHatching | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE |
|
static |
Set the config to disable projection on shaded 2D view (allowing you to shade body by yourself)
| [in] | inDisableProjection | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE |
|
static |
Set the config to Use file swap instead memory (usefull for large files)
| [in] | inFileSwap | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE |
|
static |
Set the config to read only surfacic geometry (no solid)
| [in] | inSurfaciqueMode | : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE |
|
protectedinherited |
|
protectedinherited |