# SGViewerTools **Repository Path**: osglyg/SGViewerTools ## Basic Information - **Project Name**: SGViewerTools - **Description**: 使用vtk+qt进行模型的相关操作与查看 - **Primary Language**: C++ - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-04 - **Last Updated**: 2025-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用QT+VTK进行模型显示,查看,裁剪等1 cmake -S . -B ./build -G "Visual Studio 15 2017" -A x64 cmake --build ./build --config=Release --parallel 6