BrepDuplicateVertices Method |
Duplicate all the corner vertices of this Brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d[] DuplicateVertices()
Public Function DuplicateVertices As Point3d()
Return Value
Type:
Point3dAn array or corner vertices.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also