MeshVertexListShow Method |
Shows the vertex at the given index.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Show(
int vertexIndex
)
Public Sub Show (
vertexIndex As Integer
)
Parameters
- vertexIndex
- Type: SystemInt32
Index of vertex to show.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also