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
@@ -33,12 +33,9 @@ This file demonstrates how to programmatically visualize a PRC file from a basic
bool GetstbUseCallbacks();
void SetstbUseCallbacks(bool UseCallBack);
A3DDrawCallbacksData GetA3DDrawCallbacksData();
bool GetstbCallbacksInitialized();
A3DBoundingBoxData* GetstpsBoundingBox();
void SetstpsBoundingBox(A3DBoundingBoxData* sBoudingBoxData);
bool GetstbDraw3D();
void SetstbDraw3D(bool bDraw3D);
bool GetstbDrawMarkups();
void SetstbDrawMarkups(bool bDrawMarkups);