This commit is contained in:
ninja
2025-12-15 23:22:33 +08:00
parent 019570564b
commit 8782765fbc
809 changed files with 118753 additions and 18289 deletions

View File

@@ -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);