RhinoCommon API
BrepDuplicateNakedEdgeCurves Method |
Duplicate naked edges of this Brep
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.7

public Curve[] DuplicateNakedEdgeCurves( bool outer, bool inner )
Public Function DuplicateNakedEdgeCurves ( outer As Boolean, inner As Boolean ) As Curve()
Parameters
- outer
- Type: SystemBoolean
[Missing <param name="outer"/> documentation for "M:Rhino.Geometry.Brep.DuplicateNakedEdgeCurves(System.Boolean,System.Boolean)"]
- inner
- Type: SystemBoolean
[Missing <param name="inner"/> documentation for "M:Rhino.Geometry.Brep.DuplicateNakedEdgeCurves(System.Boolean,System.Boolean)"]
Return Value
Type: Curve[Missing <returns> documentation for "M:Rhino.Geometry.Brep.DuplicateNakedEdgeCurves(System.Boolean,System.Boolean)"]
