Click or drag to resize

BrepDuplicateEdgeCurves Method

Duplicate all the edges of this Brep.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Curve[] DuplicateEdgeCurves()

Return Value

Type: Curve
An array of edge curves.
See Also