2025.6.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/***********************************************************************************************************************
|
||||
*
|
||||
* Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc.
|
||||
* Copyright (c) 2010 - 2025 by Tech Soft 3D, Inc.
|
||||
* The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., and considered a trade secret
|
||||
* as defined under civil and criminal statutes. Tech Soft 3D shall pursue its civil and criminal remedies in the event
|
||||
* of unauthorized use or misappropriation of its trade secrets. Use of this information by anyone other than authorized
|
||||
@@ -256,12 +256,11 @@ namespace TechSoft3D
|
||||
//##############################################################################################################
|
||||
bool Exchange::Init()
|
||||
{
|
||||
# ifdef _WIN64
|
||||
#ifdef Exchange_LIBRARY_PATH
|
||||
const TCHAR* pcLibPath = _T(Exchange_LIBRARY_PATH);
|
||||
#else
|
||||
const TCHAR* pcLibPath = _T("..\\..\\..\\..\\..\\..\\bin\\win64_v142\\");
|
||||
# else
|
||||
const TCHAR* pcLibPath = _T("..\\..\\..\\..\\..\\..\\bin\\win32_v142\\");
|
||||
# endif
|
||||
|
||||
#endif
|
||||
if(!A3DSDKLoadLibrary(pcLibPath))
|
||||
{
|
||||
printf("Cannot load the HOOPS Exchange library\n");
|
||||
@@ -345,8 +344,6 @@ namespace TechSoft3D
|
||||
MACRO_SET_CAT_OPTION_BOOL(Assembly, UseRootDirectory);
|
||||
MACRO_SET_CAT_OPTION_BOOL(Assembly, RootDirRecursive);
|
||||
|
||||
MACRO_SET_SUBCAT_OPTION_BOOL(Specifics, IGES, SewBrepModels);
|
||||
|
||||
MACRO_SET_SUBCAT_OPTION_STRING(Specifics, CatiaV4, RootDirLogicalName);
|
||||
MACRO_SET_SUBCAT_OPTION_BOOL(Specifics, CatiaV4, AllowSearchInOtherLogicalNames);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user