BrepDuplicateVertices Method |
Duplicate all the corner vertices of this Brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point3d[] DuplicateVertices()
Public Function DuplicateVertices As Point3d()
Return Value
Type:
Point3dAn array or corner vertices.
See Also