vtkUnstructuredGrid* grid
grid->GetCellTypesArray();
grid->GetCells();
//可获取到数据填充到另一个非结构网格中
vtkUnstructuredGrid* _grid;
unstruct->SetCells(_grid->GetCellTypesArray(), _grid->GetCells());
vtkUnstructuredGrid* grid
grid->GetCellTypesArray();
grid->GetCells();
//可获取到数据填充到另一个非结构网格中
vtkUnstructuredGrid* _grid;
unstruct->SetCells(_grid->GetCellTypesArray(), _grid->GetCells());
本文标题:vtk从非结构网格中获取单元数据集
本文链接:https://www.haomeiwen.com/subject/rgqjsdtx.html
网友评论