求教,怎么显示vtkactor的边框(轮廓线)
vtk吧
全部回复
仅看楼主
level 8
求教,怎么显示vtkactor的边框(轮廓线)
2017年12月03日 02点12分 1
level 8
用vtkOutlineFilter的话,全是方框
2017年12月03日 02点12分 2
level 8
求教
2017年12月05日 00点12分 3
level 8
无意间看到原来这个帖子,可以用vtkFeatureEdges实现
2021年09月15日 02点09分 4
level 1
vtkActor->GetProperty()->SetEdgeVisibility(true);
vtkActor->GetProperty()->SetColor(VTK_COLOR);
2021年11月24日 08点11分 5
我没记错的话,edge是网格线吧
2021年12月24日 08点12分
1