DATAKIT SDK  V2026.2
Options for NX Reader

In dtk_ugrReader.hpp

//! \brief Use to manage an assembly file as a part
//! \param inManageAsPart DTK_TRUE to manage an assembly as a part
//! \warning call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void SetManageAssemblyAsPart( Dtk_bool inManageAsPart );
//! \brief remove default name for entity as point , line , arc ...
//! \param inRemoveDefaultName DTK_TRUE to remove the default name
//! \warning call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void RemoveDefaultName( Dtk_bool inRemoveDefaultName );
//! \brief remove zoomfit camera
//! \param inRemoveZoomfit DTK_TRUE to remove the zoomfit
//! \warning call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void RemoveZoomFitCamera( Dtk_bool inRemoveZoomfit );
//! \brief use this cdf file
//! \param inCdfFilename name of cdf file
//! \warning call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void UseCdfFilename( const Dtk_string& inCdfFilename );
//! \brief keep geometry name instead feature name
//! \param inRemoveFeatureName DTK_TRUE to remove the feature name
//! \warning call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void RemoveFeatureName( Dtk_bool inRemoveFeatureName );
//! \brief remove the feature tree
//! \param inRemoveFeatureTree DTK_TRUE to remove the feature tree
//! \warning call it after Dtk_API initialization and before the Dtk_API::OpenDocument call.
static void RemoveFeatureTree( Dtk_bool inRemoveFeatureTree );
//! \brief split the name for this entity type
//! \param inType type_detk to split name
static void AddSplitFeatureName(type_detk inType);
static void ClearSplitFeatureName();
Dtk_string
This is a high level string class.
Definition: dtk_string.hpp:53
Dtk_bool
char Dtk_bool
Definition: define.h:717
type_detk
type_detk
Definition: define.h:21