Skip to content

M_Rhino_Geometry_Collections_MeshVertexList_AddVertices_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshVertexList.AddVertices Method (IEnumerable(Point3f))

Adds a series of new vertices to the end of the vertex list. This overload accepts single-precision points.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void AddVertices(
	IEnumerable<Point3f> vertices
)

VB

Public Sub AddVertices ( 
	vertices As IEnumerable(Of Point3f)
)

Parameters

 

vertices
Type: System.Collections.Generic.IEnumerable(Point3f)
A list, an array or any enumerable set of Point3f.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
AddVertices Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally