Click or drag to resize

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()

Return Value

Type: Point3d
An array or corner vertices.
See Also