摘要: Tool_json.h #pragma once #include "json.h" class Tool_json { public: Tool_json(); ~Tool_json(); public: //二进制读取file_path路径下的json文件,保存到m_JsonRoot int I 阅读全文
posted @ 2022-06-16 18:20 deep_wj 阅读(134) 评论(0) 推荐(0)
摘要: vtkSmartPointer<vtkTriangle> triangle = vtkSmartPointer<vtkTriangle>::New(); triangle->GetPointIds()->SetId(0, numPts + elem[0]); triangle->GetPointId 阅读全文
posted @ 2022-06-07 11:22 deep_wj 阅读(45) 评论(0) 推荐(0)
摘要: Bnd_Box aabb; BRepBndLib::Add(originShape, aabb, false); aabb.Get(Xmin, Ymin, Zmin, Xmax, Ymax, Zmax); const double diag = std::sqrt(aabb.SquareExtent 阅读全文
posted @ 2022-06-07 10:38 deep_wj 阅读(164) 评论(0) 推荐(0)