DATAKIT SDK
V2026.3
Main Page
API Reference
Options for CATIA V5 Reader
In
dtk_Catiav5Reader.hpp
//! \brief Reverses the orientation of surfacic faces.
static
void
EnableReversedOrientationSurfacicFace();
//! \brief instantiation of virtual component
//! \param [in] inVal : 1 Enable
//! 0 Disable ( default )
//!
static
void
SetInstantiationOfVirtualComponent(
const
Dtk_bool
& inVal);
//! \brief Configures the topological persistent name generation mode.
//! \param [in] inVal
//! 0 : Generate a string based on the entity history.
//! -1 : Generate an identifier (default behavior).
static
void
SetTopologicalPersistentNameMode(
const
Dtk_Int32
& inVal );
Dtk_bool
char Dtk_bool
Definition:
define.h:724
Dtk_Int32
int32_t Dtk_Int32
Definition:
define.h:686