BrepDuplicateEdgeCurves Method |
Duplicate all the edges of this Brep.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Curve[] DuplicateEdgeCurves()
Public Function DuplicateEdgeCurves As Curve()
Return Value
Type:
CurveAn array of edge curves.
See Also