DATAKIT SDK
V2026.2
Main Page
API Reference
Options for Creo/Parametric Reader
In
dtk_proerReader.hpp
//! \brief Set the config to create or not conic on edge curves if possible
//! \param [in] inCreateConicEdge : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE
static
void
SetCreateConicEdges(
const
Dtk_bool
inCreateConicEdges);
//! \brief Set the config to read only surfacic geometry (no solid)
//! \param [in] inSurfaciqueMode : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE
static
void
SetSurfaciqueMode(
const
Dtk_bool
inSurfaciqueMode);
//! \brief Set the config to Use file swap instead memory (usefull for large files)
//! \param [in] inFileSwap : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE
static
void
SetFileSwapStatus(
const
Dtk_bool
inFileSwap);
//! \brief Get the config to Use file swap
static
Dtk_bool
GetFileSwapStatus();
//! \brief Set the config to retreive detailled metadata (Designated, Access, Sources, etc..)
//! \param [in] inStatus : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_TRUE
static
void
GetDetailledMetadata(
Dtk_bool
inStatus );
//! \brief Set the config to retreive all metadata (including Unit or Mass Properties)
//! \param [in] inStatus : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_TRUE
static
void
GetAllMetadata(
Dtk_bool
inStatus );
//! \brief Set the config to retreive the final geometry of the component with assembly level feature (but only mesh or preview body)
//! \param [in] inStatus : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE
static
void
SetAssemblyLvlGeomConfig(
const
Dtk_bool
inStatus);
//! \brief Set the config to disable projection on shaded 2D view (allowing you to shade body by yourself)
//! \param [in] inDisableProjection : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE
static
void
SetDisable2dProjectionForShadedView(
const
Dtk_bool
inDisableProjection );
//! \brief Set the config to disable compute the hatching
//! \param [in] inDisableComputeHatching : DTK_TRUE [yes] , DTK_FALSE[no] default value DTK_FALSE
static
void
SetDisable2dComputeHatching(
const
Dtk_bool
inDisableComputeHatching );
Dtk_bool
char Dtk_bool
Definition:
define.h:717