BrepDuplicateVertices Method |
Rhino 5 for Windows
Duplicate all the corner vertices of this Brep.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic Point3d[] DuplicateVertices()
Public Function DuplicateVertices As Point3d()
Return Value
Type:
Point3dAn array or corner vertices.
See Also