Description:

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

Syntax:
public SubDVertex Add(
SubDVertexTag tag,
Point3d vertex
)
Parameters:
  • tag
  • Type: SubDVertexTag
  • The type of vertex tag, such as smooth or corner.
  • vertex
  • Type: Point3d
  • Location of new vertex.
Returns:
The newly added vertex.
Available since:
7.0

Nothing found