Skip to content

M_Rhino_Geometry_Collections_SubDVertexAccess_Add_1

Will Pearson edited this page Aug 12, 2016 · 1 revision

SubDVertexAccess.Add Method (SubD.SubDVertexTag, Double, Double, Double)

Adds a new vertex to the end of the Vertex list.

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

Syntax

C#

public SubDVertexPtr Add(
	SubD.SubDVertexTag tag,
	double x,
	double y,
	double z
)

VB

Public Function Add ( 
	tag As SubD.SubDVertexTag,
	x As Double,
	y As Double,
	z As Double
) As SubDVertexPtr

Parameters

 

tag
Type: Rhino.Geometry.SubD.SubDVertexTag
The type of vertex tag, such as smooth or corner.
x
Type: System.Double
X component of new vertex coordinate.
y
Type: System.Double
Y component of new vertex coordinate.
z
Type: System.Double
Z component of new vertex coordinate.

Return Value

Type: SubDVertexPtr
[Missing documentation for "M:Rhino.Geometry.Collections.SubDVertexAccess.Add(Rhino.Geometry.SubD.SubDVertexTag,System.Double,System.Double,System.Double)"]

Exceptions

 

Exception Condition
ArgumentOutOfRangeException If tag is unset or non-defined.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

SubDVertexAccess Class
Add Overload
Rhino.Geometry.Collections Namespace

Clone this wiki locally