TNOPlotter.highlight_vertices
- TNOPlotter.highlight_vertices(vertices, show_forcepolygon=False)[source]
Highlight a vertex in the form diagram and in the force diagram (if they have been previously added to the plotter)
- Parameters
vertices ([int]) – Key of the vertices to highlight
show_forcepolygon (bool, optional) – If force polygons should be also displayed in the force diagram, by default False Note: this requires that the force diagram is already added to the scene.
- Returns
None – The Plotter is updated in place.