Brep.DuplicateVertices Method

BrepDuplicateVertices Method

Duplicate all the corner vertices of this Brep.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d[] DuplicateVertices()
Public Function DuplicateVertices As Point3d()

Return Value

Type: Point3d
An array or corner vertices.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also