# test_polylines_select_highlight **Repository Path**: vtk_code/test_polylines_select_highlight ## Basic Information - **Project Name**: test_polylines_select_highlight - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-31 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README 创建包含若干个线条的`polydata`,并设置`vtkInteractorStyleTrackballCamera`,使得可以交互选中线条。 需要先按`r`键进入选中模式。 参考官方样例代码: - [HighlightSelection](https://examples.vtk.org/site/Cxx/Picking/HighlightSelection/) - [CellPicking](https://examples.vtk.org/site/Cxx/Picking/CellPicking/)